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