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

Method url

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

Source from the content-addressed store, hash-verified

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 }
30160 emoji(message) {
30161 return this._addCheck({ kind: "emoji", ...errorUtil_1.errorUtil.errToObj(message) });
30162 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected