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

Method uuid

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

Source from the content-addressed store, hash-verified

30161 return this._addCheck({ kind: "emoji", ...errorUtil_1.errorUtil.errToObj(message) });
30162 }
30163 uuid(message) {
30164 return this._addCheck({ kind: "uuid", ...errorUtil_1.errorUtil.errToObj(message) });
30165 }
30166 nanoid(message) {
30167 return this._addCheck({ kind: "nanoid", ...errorUtil_1.errorUtil.errToObj(message) });
30168 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected