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

Method base64

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

Source from the content-addressed store, hash-verified

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 }
30181 ip(options) {
30182 return this._addCheck({ kind: "ip", ...errorUtil_1.errorUtil.errToObj(options) });
30183 }

Callers

nothing calls this directly

Calls 1

_addCheckMethod · 0.95

Tested by

no test coverage detected