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

Function forceAtFunctionRaw

src/builtin/module_builtin_ast.cpp:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656 }
657
658 void forceAtFunctionRaw ( Function * func, const LineInfo & at ) {
659 forceAtFunction(func, at);
660 }
661
662 void forceGeneratedRaw ( Expression * expr, bool setGenerated ) {
663 forceGenerated(expr, setGenerated);

Callers

nothing calls this directly

Calls 1

forceAtFunctionFunction · 0.85

Tested by

no test coverage detected