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

Method cuid

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

Source from the content-addressed store, hash-verified

30167 return this._addCheck({ kind: "nanoid", ...errorUtil_1.errorUtil.errToObj(message) });
30168 }
30169 cuid(message) {
30170 return this._addCheck({ kind: "cuid", ...errorUtil_1.errorUtil.errToObj(message) });
30171 }
30172 cuid2(message) {
30173 return this._addCheck({ kind: "cuid2", ...errorUtil_1.errorUtil.errToObj(message) });
30174 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected