Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface CodeEdge

    interface CodeEdge {
        confidence: number;
        from: string;
        hash: string;
        id: string;
        to: string;
        type: CodeEdgeType;
    }
    Index
    confidence: number
    from: string
    hash: string
    id: string
    to: string