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

Function forceGeneratedRaw

src/builtin/module_builtin_ast.cpp:662–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 }
661
662 void forceGeneratedRaw ( Expression * expr, bool setGenerated ) {
663 forceGenerated(expr, setGenerated);
664 }
665
666 void forceGeneratedFunctionRaw ( Function * func, bool setGenerated ) {
667 forceGeneratedFunction(func, setGenerated);

Callers

nothing calls this directly

Calls 1

forceGeneratedFunction · 0.85

Tested by

no test coverage detected