Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _send
Method
_send
client/scripts/ui.js:342–348 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
340
}
341
342
_send(e) {
343
e.preventDefault();
344
Events.fire(
'send-text'
, {
345
to: this._recipient,
346
text: this.$text.innerText
347
});
348
}
349
}
350
351
class
ReceiveTextDialog extends Dialog {
Callers
1
constructor
Method · 0.95
Calls
1
fire
Method · 0.80
Tested by
no test coverage detected