MCPcopy
hub / github.com/electerm/electerm / optional

Method optional

src/app/lib/zod.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 optional () {
20 const clone = this._clone()
21 clone._optional = true
22 return clone
23 }
24
25 describe (desc) {
26 const clone = this._clone()

Callers 3

zod.spec.jsFile · 0.45
registerToolsMethod · 0.45

Calls 1

_cloneMethod · 0.95

Tested by

no test coverage detected