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

Function fxLabelNodeNew

xs/sources/xsTree.c:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488txLabelNode* fxLabelNodeNew(txParser* parser)
489{
490 txLabelNode* node = fxNewParserChunkClear(parser, sizeof(txLabelNode));
491 return node;
492}
493
494void fxLabelNodeDistribute(void* it, txNodeCall call, void* param)
495{

Callers

nothing calls this directly

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected