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

Method isFileEnd

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

Source from the content-addressed store, hash-verified

466 }
467
468 isFileEnd() {
469 return this._offset >= this._file.size;
470 }
471
472 get progress() {
473 return this._offset / this._file.size;

Callers 2

_onChunkReadMethod · 0.95
_sendNextPartitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected