Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
optional
Method · 0.80
nullable
Method · 0.80
Tested by
no test coverage detected