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

Function fxExportNodeDistribute

xs/sources/xsTree.c:411–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void fxExportNodeDistribute(void* it, txNodeCall call, void* param)
412{
413 txExportNode* self = it;
414 if (self->specifiers)
415 fxNodeListDistribute(self->specifiers, call, param);
416}
417
418void fxExpressionsNodeDistribute(void* it, txNodeCall call, void* param)
419{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected