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

Method Enable

NULLC/SyntaxTree.cpp:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void NodeFuncDef::Enable()
441{
442 disabled = false;
443}
444void NodeFuncDef::Disable()
445{
446 disabled = true;

Callers 1

TranslateToCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected