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

Function oboolean

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

Source from the content-addressed store, hash-verified

32904 var onumber = () => numberType().optional();
32905 exports2.onumber = onumber;
32906 var oboolean = () => booleanType().optional();
32907 exports2.oboolean = oboolean;
32908 exports2.coerce = {
32909 string: (arg) => ZodString.create({ ...arg, coerce: true }),

Callers

nothing calls this directly

Calls 1

optionalMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…