Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _onPartitionEnd
Method
_onPartitionEnd
client/scripts/network.js:133–135 ·
view source on GitHub ↗
(offset)
Source
from the content-addressed store, hash-verified
131
}
132
133
_onPartitionEnd(offset) {
134
this.sendJSON({
type
:
'partition'
, offset: offset });
135
}
136
137
_onReceivedPartitionEnd(offset) {
138
this.sendJSON({
type
:
'partition-received'
, offset: offset });
Callers
2
_sendFile
Method · 0.95
_onChunkRead
Method · 0.80
Calls
1
sendJSON
Method · 0.95
Tested by
no test coverage detected