Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ sendJSON
Method
sendJSON
client/scripts/network.js:101–103 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
99
}
100
101
sendJSON(message) {
102
this._send(JSON.stringify(message));
103
}
104
105
sendFiles(files) {
106
for
(
let
i = 0; i < files.length; i++) {
Callers
6
_sendFile
Method · 0.95
_onPartitionEnd
Method · 0.95
_onReceivedPartitionEnd
Method · 0.95
_sendProgress
Method · 0.95
_onFileReceived
Method · 0.95
sendText
Method · 0.95
Calls
1
_send
Method · 0.45
Tested by
no test coverage detected