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

    Interface CodeNode

    interface CodeNode {
        filePath: string;
        hash: string;
        id: string;
        label: string;
        type: CodeNodeType;
    }
    Index
    filePath: string
    hash: string
    id: string
    label: string