Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cyclejs/cyclejs
/ destroy
Method
destroy
dom/src/IsolateModule.ts:122–124 ·
view source on GitHub ↗
(vNode: VNode)
Source
from the content-addressed store, hash-verified
120
},
121
122
destroy(vNode: VNode) {
123
self.cleanupVNode(vNode);
124
},
125
126
remove(vNode: VNode, cb: Function) {
127
self.cleanupVNode(vNode);
Callers
nothing calls this directly
Calls
1
cleanupVNode
Method · 0.80
Tested by
no test coverage detected