MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxFieldNodeNew

Function fxFieldNodeNew

xs/sources/xsTree.c:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286txFieldNode* fxFieldNodeNew(txParser* parser, txToken token)
287{
288 txFieldNode* node = fxNewParserChunkClear(parser, sizeof(txFieldNode));
289 node->description = &gxTokenDescriptions[token];
290 return node;
291}
292
293txSpecifierNode* fxSpecifierNodeNew(txParser* parser, txToken token)
294{

Callers 1

fxClassExpressionFunction · 0.85

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected