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

Function fxNodeListDistribute

xs/sources/xsTree.c:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void fxNodeListDistribute(txNodeList* list, txNodeCall call, void* param)
254{
255 txNode* item = list->first;
256 while (item) {
257 (*call)(item, param);
258 item = item->next;
259 }
260}
261
262txAccessNode* fxAccessNodeNew(txParser* parser, txToken token, txSymbol* symbol)
263{

Callers 15

fxArrayNodeDistributeFunction · 0.85
fxClassNodeDistributeFunction · 0.85
fxExportNodeDistributeFunction · 0.85
fxImportNodeDistributeFunction · 0.85
fxObjectNodeDistributeFunction · 0.85
fxParamsNodeDistributeFunction · 0.85
fxSwitchNodeDistributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected