@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface ProcessAllArgumentResult {
        callArgs: FunctionArgument[];
        finalEnv: REnvironmentInformation;
        processedArguments: (DataflowInformation | undefined)[];
        remainingReadInArgs: IdentifierReference[];
    }
    Index

    Properties

    callArgs: FunctionArgument[]
    processedArguments: (DataflowInformation | undefined)[]
    remainingReadInArgs: IdentifierReference[]