Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_onChunkRead
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected