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

Method constructor

out/cli.cjs:14198–14202  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

14196 setFunctionName(byteLengthSizeFunction, "size");
14197 class ByteLengthQueuingStrategy2 {
14198 constructor(options) {
14199 assertRequiredArgument(options, 1, "ByteLengthQueuingStrategy");
14200 options = convertQueuingStrategyInit(options, "First parameter");
14201 this._byteLengthQueuingStrategyHighWaterMark = options.highWaterMark;
14202 }
14203 /**
14204 * Returns the high water mark provided to the constructor.
14205 */

Callers

nothing calls this directly

Calls 2

assertRequiredArgumentFunction · 0.85

Tested by

no test coverage detected