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

Method strictImplement

out/cli.cjs:32188–32191  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

32186 return validatedFunc;
32187 }
32188 strictImplement(func) {
32189 const validatedFunc = this.parse(func);
32190 return validatedFunc;
32191 }
32192 static create(args, returns, params) {
32193 return new _ZodFunction({
32194 args: args ? args : ZodTuple.create([]).rest(ZodUnknown.create()),

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected