MCPcopy Create free account
hub / github.com/WinterTC55/iter-streams / end

Method end

samples/util.ts:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 end(): number {
118 this._closed = true;
119 return this._byteCount;
120 }
121
122 fail(reason?: any): void {
123 this._closed = true;

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected