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

Method toLowerCase

out/cli.cjs:30286–30291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30284 });
30285 }
30286 toLowerCase() {
30287 return new _ZodString({
30288 ...this._def,
30289 checks: [...this._def.checks, { kind: "toLowerCase" }]
30290 });
30291 }
30292 toUpperCase() {
30293 return new _ZodString({
30294 ...this._def,

Callers 15

onKeypressMethod · 0.80
constructorMethod · 0.80
checkPathExtFunction · 0.80
toUnicodeFunction · 0.80
isSingleDotFunction · 0.80
isDoubleDotFunction · 0.80
parseIPv4NumberFunction · 0.80
constructorMethod · 0.80
blobFunction · 0.80
findFunction · 0.80
getHeaders2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected