MCPcopy
hub / github.com/di-sukharev/opencommit / brand

Method brand

out/cli.cjs:29785–29791  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29783 });
29784 }
29785 brand() {
29786 return new ZodBranded({
29787 typeName: ZodFirstPartyTypeKind.ZodBranded,
29788 type: this,
29789 ...processCreateParams(this._def)
29790 });
29791 }
29792 catch(def) {
29793 const catchValueFunc = typeof def === "function" ? def : () => def;
29794 return new ZodCatch({

Callers

nothing calls this directly

Calls 1

processCreateParamsFunction · 0.85

Tested by

no test coverage detected