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

Method nullish

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

Source from the content-addressed store, hash-verified

29751 return ZodNullable.create(this, this._def);
29752 }
29753 nullish() {
29754 return this.nullable().optional();
29755 }
29756 array() {
29757 return ZodArray.create(this, this._def);
29758 }

Callers

nothing calls this directly

Calls 2

optionalMethod · 0.80
nullableMethod · 0.80

Tested by

no test coverage detected