MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / readable

Method readable

out/cli.cjs:14362–14367  ·  view source on GitHub ↗

* The readable side of the transform stream.

()

Source from the content-addressed store, hash-verified

14360 * The readable side of the transform stream.
14361 */
14362 get readable() {
14363 if (!IsTransformStream(this)) {
14364 throw streamBrandCheckException("readable");
14365 }
14366 return this._readable;
14367 }
14368 /**
14369 * The writable side of the transform stream.
14370 */

Callers

nothing calls this directly

Calls 2

IsTransformStreamFunction · 0.85

Tested by

no test coverage detected