MCPcopy Create free account
hub / github.com/mscdex/ssh2 / msg

Function msg

test/common.js:139–141  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

137 let serverClose = false;
138 let serverReady = false;
139 const msg = (text) => {
140 return `${title}: ${text}`;
141 };
142
143 const timeout = (typeof timeout_ === 'number'
144 ? timeout_

Callers 5

onErrorFunction · 0.70
onReadyFunction · 0.70
onCloseFunction · 0.70
connectClientFunction · 0.70
setupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected