@eagleoutice/flowr - v2.13.1
    Preparing search index...

    the decoded view of one function at one package version

    interface DecodedFunction {
        callees: readonly string[];
        exported: boolean;
        file?: string;
        line: number;
        name: string;
        props: readonly string[];
        signature: readonly SigParameter[];
        topic?: string;
    }
    Index

    Properties

    callees: readonly string[]
    exported: boolean
    file?: string
    line: number
    name: string
    props: readonly string[]
    signature: readonly SigParameter[]
    topic?: string

    the Rd help topic (man-page name) documenting this function, when it differs from name