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

Method cuid2

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

Source from the content-addressed store, hash-verified

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 }
30175 ulid(message) {
30176 return this._addCheck({ kind: "ulid", ...errorUtil_1.errorUtil.errToObj(message) });
30177 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected