@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface ShowQueryOptions {
        collapseQuery?: boolean;
        collapseResult?: boolean;
        ctx?: GeneralDocContext;
        files?: readonly { content: string; name: string }[];
        prepare?: (builder: FlowrAnalyzerBuilder) => void;
        shorthand?: string;
        showCode?: boolean;
    }
    Index
    collapseQuery?: boolean
    collapseResult?: boolean
    files?: readonly { content: string; name: string }[]

    additional in-memory files registered before the request, e.g. the targets of source(...) calls

    prepare?: (builder: FlowrAnalyzerBuilder) => void

    hook to configure the analyzer, e.g. to pin a version so the generated output does not follow the generating machine

    shorthand?: string
    showCode?: boolean