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

Method values

out/cli.cjs:14048–14054  ·  view source on GitHub ↗
(rawOptions = void 0)

Source from the content-addressed store, hash-verified

14046 return CreateArrayFromList(branches);
14047 }
14048 values(rawOptions = void 0) {
14049 if (!IsReadableStream(this)) {
14050 throw streamBrandCheckException$1("values");
14051 }
14052 const options = convertIteratorOptions(rawOptions, "First parameter");
14053 return AcquireReadableStreamAsyncIterator(this, options.preventCancel);
14054 }
14055 [SymbolAsyncIterator](options) {
14056 return this.values(options);
14057 }

Callers 1

[SymbolAsyncIterator]Method · 0.95

Calls 4

IsReadableStreamFunction · 0.85
convertIteratorOptionsFunction · 0.85

Tested by

no test coverage detected