MCPcopy
hub / github.com/di-sukharev/opencommit / min

Method min

out/cli.cjs:32057–32062  ·  view source on GitHub ↗
(minSize, message)

Source from the content-addressed store, hash-verified

32055 }
32056 }
32057 min(minSize, message) {
32058 return new _ZodSet({
32059 ...this._def,
32060 minSize: { value: minSize, message: errorUtil_1.errorUtil.toString(message) }
32061 });
32062 }
32063 max(maxSize, message) {
32064 return new _ZodSet({
32065 ...this._def,

Callers 15

sizeMethod · 0.95
nonemptyMethod · 0.95
createIntegerConversionFunction · 0.45
createLongLongConversionFunction · 0.45
sliceMethod · 0.45
weFunction · 0.45
clonePartFunction · 0.45
consumeNodeBlobFunction · 0.45
sliceBlobFunction · 0.45
retryBackoffFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected