Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ destroyNodes
Function
destroyNodes
src/controller/sub.controller.js:138–140 ·
view source on GitHub ↗
(subControllers)
Source
from the content-addressed store, hash-verified
136
}
137
138
function
destroyNodes(subControllers) {
139
postToNodes(subControllers,
'destroy'
);
140
}
141
142
function
postToNodes(subControllers, event) {
143
subControllers.forEach(subContr => {
Callers
1
reloadFrames
Function · 0.85
Calls
1
postToNodes
Function · 0.85
Tested by
no test coverage detected