Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ DebugGraph_Disable
Function
DebugGraph_Disable
Descent3/debuggraph.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
void DebugGraph_Disable(int id) {
245
int bit = 0x01 << id;
246
graph_mask &= ~bit;
247
}
248
249
void DebugGraph_Update(int id, int value) {
250
if (id < 0 || id >= graph_num_nodes)
Callers
1
DebugGraph_DisplayOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected