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

Method trim

out/cli.cjs:30280–30285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30278 return this.min(1, errorUtil_1.errorUtil.errToObj(message));
30279 }
30280 trim() {
30281 return new _ZodString({
30282 ...this._def,
30283 checks: [...this._def.checks, { kind: "trim" }]
30284 });
30285 }
30286 toLowerCase() {
30287 return new _ZodString({
30288 ...this._def,

Callers 15

renderFunction · 0.80
parseFunction · 0.80
_parseVaultFunction · 0.80
safeFunction · 0.80
unsafeFunction · 0.80
removeMatchingHeadersFunction · 0.80
_parseMethod · 0.80
matchContentTypeFunction · 0.80
writeH2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected