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

Method nanoid

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

Source from the content-addressed store, hash-verified

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 }
30169 cuid(message) {
30170 return this._addCheck({ kind: "cuid", ...errorUtil_1.errorUtil.errToObj(message) });
30171 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected