Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ pushFixScope
Method
pushFixScope
Engine/source/console/compiler.h:410–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
inline void pushFixScope(bool isLoop)
411
{
412
mFixStack.push_back(mFixList.size());
413
mFixLoopStack.push_back(isLoop);
414
}
415
416
inline void popFixScope()
417
{
Callers
1
compileStmt
Method · 0.80
Calls
2
push_back
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected