MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / getBytesProcessed

Method getBytesProcessed

frontend/src/lib/streamReader.ts:194–196  ·  view source on GitHub ↗

* Get the number of bytes processed so far

()

Source from the content-addressed store, hash-verified

192 * Get the number of bytes processed so far
193 */
194 getBytesProcessed(): number {
195 return this.bytesProcessed;
196 }
197 }
198
199 /**

Callers 2

parseCSVStreamFunction · 0.95
parseJSONStreamFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected