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

Function fxValueNodeNew

xs/sources/xsTree.c:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300txNode* fxValueNodeNew(txParser* parser, txToken token)
301{
302 txNode* node = fxNewParserChunkClear(parser, sizeof(txNode));
303 node->description = &gxTokenDescriptions[token];
304 return node;
305}
306
307void fxNodeDistribute(void* it, txNodeCall call, void* param)
308{

Callers 1

fxFunctionNodeHoistFunction · 0.85

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected