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

Function fxDeclareNodeBind

xs/sources/xsScope.c:1018–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016}
1017
1018void fxDeclareNodeBind(void* it, void* param)
1019{
1020 txBindingNode* self = it;
1021 txBinder* binder = param;
1022 fxScopeLookup(binder->scope, (txAccessNode*)self, 0);
1023}
1024
1025void fxDefineNodeBind(void* it, void* param)
1026{

Callers

nothing calls this directly

Calls 1

fxScopeLookupFunction · 0.85

Tested by

no test coverage detected