MCPcopy Index your code
hub / github.com/SnapDrop/snapdrop / _sendNextPartition

Method _sendNextPartition

client/scripts/network.js:141–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 _sendNextPartition() {
142 if (!this._chunker || this._chunker.isFileEnd()) return;
143 this._chunker.nextPartition();
144 }
145
146 _sendProgress(progress) {
147 this.sendJSON({ type: 'progress', progress: progress });

Callers 1

_onMessageMethod · 0.95

Calls 2

isFileEndMethod · 0.80
nextPartitionMethod · 0.80

Tested by

no test coverage detected