MCPcopy Create free account
hub / github.com/WheretIB/nullc / Disable

Method Disable

NULLC/SyntaxTree.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 disabled = false;
443}
444void NodeFuncDef::Disable()
445{
446 disabled = true;
447}
448
449void NodeFuncDef::Compile()
450{

Callers 2

CompileMethod · 0.80
TranslateToCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected