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

Function byteLengthBrandCheckException

out/cli.cjs:14232–14234  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

14230 });
14231 }
14232 function byteLengthBrandCheckException(name) {
14233 return new TypeError(`ByteLengthQueuingStrategy.prototype.${name} can only be used on a ByteLengthQueuingStrategy`);
14234 }
14235 function IsByteLengthQueuingStrategy(x5) {
14236 if (!typeIsObject(x5)) {
14237 return false;

Callers 2

highWaterMarkMethod · 0.85
sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected