MCPcopy
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

_sendFileMethod · 0.95
_onChunkReadMethod · 0.80

Calls 1

sendJSONMethod · 0.95

Tested by

no test coverage detected