MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isCaptureAsRef

Function isCaptureAsRef

src/ast/ast_generate.cpp:681–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 }
680
681 bool isCaptureAsRef ( const VariablePtr & var ) {
682 return var->capture_as_ref;
683 }
684
685 FunctionPtr generateLambdaFunction ( const string & lambdaName, ExprBlock * block,
686 const StructurePtr & ls, const safe_var_set & capt,

Callers 3

generateLambdaFunctionFunction · 0.85
generateLambdaStructFunction · 0.85
generateLambdaMakeStructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected