Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
440
void NodeFuncDef::Enable()
441
{
442
disabled = false;
443
}
444
void NodeFuncDef::Disable()
445
{
446
disabled = true;
Callers
1
TranslateToC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected