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

Function fxImportNodeDistribute

xs/sources/xsTree.c:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void fxImportNodeDistribute(void* it, txNodeCall call, void* param)
468{
469 txImportNode* self = it;
470 if (self->specifiers)
471 fxNodeListDistribute(self->specifiers, call, param);
472}
473
474void fxImportCallNodeDistribute(void* it, txNodeCall call, void* param)
475{

Callers

nothing calls this directly

Calls 1

fxNodeListDistributeFunction · 0.85

Tested by

no test coverage detected