MCPcopy Create free account
hub / github.com/ZDoom/Raze / PrintIdentifier

Function PrintIdentifier

source/common/scripting/frontend/ast.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272static void PrintIdentifier(FLispString &out, const ZCC_TreeNode *node)
273{
274 ZCC_Identifier *inode = (ZCC_Identifier *)node;
275 out.Open("identifier");
276 out.AddName(inode->Id);
277 out.Close();
278}
279
280static void PrintStringConst(FLispString &out, FString str)
281{

Callers

nothing calls this directly

Calls 3

OpenMethod · 0.45
AddNameMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected