MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / innerType

Method innerType

out/cli.cjs:32399–32401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32397 };
32398 var ZodEffects = class extends ZodType {
32399 innerType() {
32400 return this._def.schema;
32401 }
32402 sourceType() {
32403 return this._def.schema._def.typeName === ZodFirstPartyTypeKind.ZodEffects ? this._def.schema.sourceType() : this._def.schema;
32404 }

Callers 1

getDiscriminatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected