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

Function fxHostNodeClone

xs/sources/xsScope.c:740–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740txHostNode* fxHostNodeClone(txParser* parser, txHostNode* self)
741{
742 txHostNode* node = fxNewParserChunkClear(parser, sizeof(txHostNode));
743 c_memcpy(node, self, sizeof(txHostNode));
744 return node;
745}
746
747void fxHostNodeHoist(void* it, void* param)
748{

Callers 1

fxHostNodeHoistFunction · 0.85

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected