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

Method toUpperCase

out/cli.cjs:30292–30297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30290 });
30291 }
30292 toUpperCase() {
30293 return new _ZodString({
30294 ...this._def,
30295 checks: [...this._def.checks, { kind: "toUpperCase" }]
30296 });
30297 }
30298 get isDatetime() {
30299 return !!this._def.checks.find((ch) => ch.kind === "datetime");
30300 }

Callers 15

pathKey2Function · 0.80
_instructionsFunction · 0.80
percentEncodeFunction · 0.80
constructorMethod · 0.80
getEnv2Function · 0.80
_parseMethod · 0.80
constructorMethod · 0.80
S2Function · 0.80
cli.cjsFile · 0.80
pathKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected