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

Method setCaptureString

src/ast/ast.cpp:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 }
994
995 FunctionPtr Function::setCaptureString() {
996 captureString = true;
997 return this;
998 }
999
1000 FunctionPtr Function::setNoDiscard() {
1001 nodiscard = true;

Callers 2

Module_StringsMethod · 0.80
addRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected