Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
verify
Method · 0.45
decrypt
Method · 0.45
Calls
1
getPort
Method · 0.95
Tested by
no test coverage detected