Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
function
localMessage(msg, source) {
44
const
output = source.output;
45
output.add(formatMessage(msg, output));
46
}
47
48
function
noop(v) {}
49
Callers
1
server-chat.js
File · 0.85
Calls
2
formatMessage
Function · 0.85
add
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…