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

Method args

out/cli.cjs:32172–32177  ·  view source on GitHub ↗
(...items)

Source from the content-addressed store, hash-verified

32170 return this._def.returns;
32171 }
32172 args(...items) {
32173 return new _ZodFunction({
32174 ...this._def,
32175 args: ZodTuple.create(items).rest(ZodUnknown.create())
32176 });
32177 }
32178 returns(returnType) {
32179 return new _ZodFunction({
32180 ...this._def,

Callers

nothing calls this directly

Calls 2

restMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected