AutoBE
    Preparing search index...
    interface ICallExpression {
        arguments: AutoBeTestSourceIR.IExpression[];
        awaited: boolean;
        callee: AutoBeTestSourceIR.IExpression;
        classification:
            | "utility"
            | "external"
            | "api"
            | "validator"
            | "typia"
            | "random"
            | "arrayUtil"
            | "helper";
        kind: "call";
        typeArguments?: string[];
    }
    Index

    Properties

    awaited: boolean
    classification:
        | "utility"
        | "external"
        | "api"
        | "validator"
        | "typia"
        | "random"
        | "arrayUtil"
        | "helper"
    kind: "call"
    typeArguments?: string[]