MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / locked

Method locked

out/cli.cjs:13958–13963  ·  view source on GitHub ↗

* Whether or not the readable stream is locked to a ReadableStreamDefaultReader | reader.

()

Source from the content-addressed store, hash-verified

13956 * Whether or not the readable stream is locked to a {@link ReadableStreamDefaultReader | reader}.
13957 */
13958 get locked() {
13959 if (!IsReadableStream(this)) {
13960 throw streamBrandCheckException$1("locked");
13961 }
13962 return IsReadableStreamLocked(this);
13963 }
13964 /**
13965 * Cancels the stream, signaling a loss of interest in the stream by a consumer.
13966 *

Callers

nothing calls this directly

Calls 3

IsReadableStreamFunction · 0.85
IsReadableStreamLockedFunction · 0.85

Tested by

no test coverage detected