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

Method setTempResult

src/ast/ast.cpp:990–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 }
989
990 FunctionPtr Function::setTempResult() {
991 result->temporary = true;
992 return this;
993 }
994
995 FunctionPtr Function::setCaptureString() {
996 captureString = true;

Callers 1

Module_UnitTestMethod · 0.80

Calls

no outgoing calls

Tested by 1

Module_UnitTestMethod · 0.64