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

Function localMessage

examples/server-chat.js:43–46  ·  view source on GitHub ↗
(msg, source)

Source from the content-addressed store, hash-verified

41}
42
43function localMessage(msg, source) {
44 const output = source.output;
45 output.add(formatMessage(msg, output));
46}
47
48function noop(v) {}
49

Callers 1

server-chat.jsFile · 0.85

Calls 2

formatMessageFunction · 0.85
addMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…