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

Method hasPort

src/controller/sub.controller.js:47–49  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

45 }
46
47 hasPort(...args) {
48 return Boolean(this.getPort(...args));
49 }
50
51 getPort(...args) {
52 for (const portName in this.ports) {

Callers 2

verifyMethod · 0.45
decryptMethod · 0.45

Calls 1

getPortMethod · 0.95

Tested by

no test coverage detected