Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ setAotTemplate
Method
setAotTemplate
src/ast/ast.cpp:980–983 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
}
979
980
FunctionPtr Function::setAotTemplate() {
981
aotTemplate = true;
982
return this;
983
}
984
985
FunctionPtr Function::setAnyTemplate() {
986
anyTemplate = true;
Callers
3
Module_Strings
Method · 0.80
addRuntimeSort
Method · 0.80
addRuntime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected