MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / remove

Method remove

dom/src/IsolateModule.ts:126–129  ·  view source on GitHub ↗
(vNode: VNode, cb: Function)

Source from the content-addressed store, hash-verified

124 },
125
126 remove(vNode: VNode, cb: Function) {
127 self.cleanupVNode(vNode);
128 cb();
129 },
130
131 post() {
132 self.fullScopesBeingUpdated = [];

Callers

nothing calls this directly

Calls 1

cleanupVNodeMethod · 0.80

Tested by

no test coverage detected