MCPcopy 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_StringsMethod · 0.80
addRuntimeSortMethod · 0.80
addRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected