MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / _addCheck

Method _addCheck

out/cli.cjs:30148–30153  ·  view source on GitHub ↗
(check)

Source from the content-addressed store, hash-verified

30146 });
30147 }
30148 _addCheck(check) {
30149 return new _ZodString({
30150 ...this._def,
30151 checks: [...this._def.checks, check]
30152 });
30153 }
30154 email(message) {
30155 return this._addCheck({ kind: "email", ...errorUtil_1.errorUtil.errToObj(message) });
30156 }

Callers 15

emailMethod · 0.95
urlMethod · 0.95
emojiMethod · 0.95
uuidMethod · 0.95
nanoidMethod · 0.95
cuidMethod · 0.95
cuid2Method · 0.95
ulidMethod · 0.95
base64Method · 0.95
ipMethod · 0.95
datetimeMethod · 0.95
dateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected