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

Method _isPartitionEnd

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

Source from the content-addressed store, hash-verified

462 }
463
464 _isPartitionEnd() {
465 return this._partitionSize >= this._maxPartitionSize;
466 }
467
468 isFileEnd() {
469 return this._offset >= this._file.size;

Callers 1

_onChunkReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected