bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Interface AssemblyHierarchyResult

    interface AssemblyHierarchyResult {
        version: string;
        totalNodes: number;
        nodes: AssemblyHierarchyNode[];
    }
    Index

    Properties

    version: string

    Schema version (currently "2.0")

    totalNodes: number

    Total number of nodes in the hierarchy

    All nodes in the assembly, in depth-first order