@karmaniverous/stan-context
    Preparing search index...

    Type Alias GraphNode

    Note:

    • GraphNodeMetadata.hash is the canonical SHA-256 hex digest for the graph.
    • Context-mode hosts may choose to store a shorter derived hash in separate meta files.
    type GraphNode = {
        description?: string;
        id: NodeId;
        kind: GraphNodeKind;
        language: GraphLanguage;
        metadata?: GraphNodeMetadata;
    }
    Index

    Properties

    description?: string
    id: NodeId
    language: GraphLanguage