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

Method ulid

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

Source from the content-addressed store, hash-verified

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 }
30178 base64(message) {
30179 return this._addCheck({ kind: "base64", ...errorUtil_1.errorUtil.errToObj(message) });
30180 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected