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

Method email

out/cli.cjs:30154–30156  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

30152 });
30153 }
30154 email(message) {
30155 return this._addCheck({ kind: "email", ...errorUtil_1.errorUtil.errToObj(message) });
30156 }
30157 url(message) {
30158 return this._addCheck({ kind: "url", ...errorUtil_1.errorUtil.errToObj(message) });
30159 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected