Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ setAnyTemplate
Method
setAnyTemplate
src/ast/ast.cpp:985–988 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
983
}
984
985
FunctionPtr Function::setAnyTemplate() {
986
anyTemplate = true;
987
return this;
988
}
989
990
FunctionPtr Function::setTempResult() {
991
result->temporary = true;
Callers
1
addRuntimeSort
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected