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

Function fxAccessNodeBind

xs/sources/xsScope.c:903–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903void fxAccessNodeBind(void* it, void* param)
904{
905 txAccessNode* self = it;
906 txBinder* binder = param;
907 fxScopeLookup(binder->scope, (txAccessNode*)self, 0);
908}
909
910void fxArrayNodeBind(void* it, void* param)
911{

Callers

nothing calls this directly

Calls 1

fxScopeLookupFunction · 0.85

Tested by

no test coverage detected