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

Method unwrap

out/cli.cjs:32368–32370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32366 };
32367 var ZodPromise = class extends ZodType {
32368 unwrap() {
32369 return this._def.type;
32370 }
32371 _parse(input) {
32372 const { ctx } = this._processInputParams(input);
32373 if (ctx.parsedType !== util_1.ZodParsedType.promise && ctx.common.async === false) {

Callers 2

deepPartialifyFunction · 0.80
getDiscriminatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected