Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ PrintEnumTerminator
Function
PrintEnumTerminator
source/common/scripting/frontend/ast.cpp:372–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
static void PrintEnumTerminator(FLispString &out, const ZCC_TreeNode *node)
373
{
374
out.Open(
"enum-term"
);
375
out.Close();
376
}
377
378
static void PrintStates(FLispString &out, const ZCC_TreeNode *node)
379
{
Callers
nothing calls this directly
Calls
2
Open
Method · 0.45
Close
Method · 0.45
Tested by
no test coverage detected