interface ProcessKnownFunctionCallResult {
    fnRef: IdentifierReference;
    information: DataflowInformation;
    processedArguments: readonly (undefined | DataflowInformation)[];
}

Properties

information: DataflowInformation
processedArguments: readonly (undefined | DataflowInformation)[]