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

Function fxSpecifierNodeNew

xs/sources/xsTree.c:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293txSpecifierNode* fxSpecifierNodeNew(txParser* parser, txToken token)
294{
295 txSpecifierNode* node = fxNewParserChunkClear(parser, sizeof(txSpecifierNode));
296 node->description = &gxTokenDescriptions[token];
297 return node;
298}
299
300txNode* fxValueNodeNew(txParser* parser, txToken token)
301{

Callers 2

fxExportNodeHoistFunction · 0.85
fxImportNodeHoistFunction · 0.85

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected