MCPcopy 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
138function destroyNodes(subControllers) {
139 postToNodes(subControllers, 'destroy');
140}
141
142function postToNodes(subControllers, event) {
143 subControllers.forEach(subContr => {

Callers 1

reloadFramesFunction · 0.85

Calls 1

postToNodesFunction · 0.85

Tested by

no test coverage detected