MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop / repeatPartition

Method repeatPartition

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

Source from the content-addressed store, hash-verified

457 }
458
459 repeatPartition() {
460 this._offset -= this._partitionSize;
461 this._nextPartition();
462 }
463
464 _isPartitionEnd() {
465 return this._partitionSize >= this._maxPartitionSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected