Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ getBreakCodeBlock
Function
getBreakCodeBlock
engine/source/console/compiler.cc:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
CodeBlock *getBreakCodeBlock() { return gCurBreakBlock; }
71
void setBreakCodeBlock(CodeBlock *cb) { gCurBreakBlock = cb; }
72
73
//------------------------------------------------------------
Callers
1
astNodes.cc
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected