Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ isNullable
Method
isNullable
out/cli.cjs:29817–29819 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29815
return
this.safeParse(void 0).success;
29816
}
29817
isNullable() {
29818
return
this.safeParse(null).success;
29819
}
29820
};
29821
exports2.ZodType = ZodType;
29822
exports2.Schema = ZodType;
Callers
nothing calls this directly
Calls
1
safeParse
Method · 0.80
Tested by
no test coverage detected