MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / allPortsConnected

Function allPortsConnected

src/controller/main.controller.js:162–167  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

160}
161
162async function allPortsConnected(id) {
163 const addPortAction = addPortQueue.queue.findLast(element => element.args[0].name.includes(id));
164 if (addPortAction) {
165 await addPortAction.promise;
166 }
167}
168
169export async function getAllControllerByType(type) {
170 const result = [];

Callers 1

getAllControllerByTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected