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

Function fxBlockNodeCode

xs/sources/xsCode.c:2520–2527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2518}
2519
2520void fxBlockNodeCode(void* it, void* param)
2521{
2522 txBlockNode* self = it;
2523 fxScopeCodingBlock(self->scope, param);
2524 fxScopeCodeDefineNodes(self->scope, param);
2525 fxScopeCodeUsingStatement(self->scope, param, self->statement);
2526 fxScopeCoded(self->scope, param);
2527}
2528
2529void fxBodyNodeCode(void* it, void* param)
2530{

Callers

nothing calls this directly

Calls 4

fxScopeCodingBlockFunction · 0.85
fxScopeCodeDefineNodesFunction · 0.85
fxScopeCodedFunction · 0.85

Tested by

no test coverage detected