MCPcopy Index your code
hub / github.com/binaryjs/binaryjs / emitReadChunk

Function emitReadChunk

lib/client/blob_stream.js:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 var self = this;
40
41 function emitReadChunk(){
42 self._emitReadChunk();
43 }
44
45 var readDelay = this._readDelay;
46 if (readDelay !== 0){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected