Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ PrintStatePart
Function
PrintStatePart
source/common/scripting/frontend/ast.cpp:388–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
static void PrintStatePart(FLispString &out, const ZCC_TreeNode *node)
389
{
390
out.Open(
"state-part"
);
391
out.Close();
392
}
393
394
static void PrintStateLabel(FLispString &out, const ZCC_TreeNode *node)
395
{
Callers
nothing calls this directly
Calls
2
Open
Method · 0.45
Close
Method · 0.45
Tested by
no test coverage detected