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

Method implement

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

Source from the content-addressed store, hash-verified

32182 });
32183 }
32184 implement(func) {
32185 const validatedFunc = this.parse(func);
32186 return validatedFunc;
32187 }
32188 strictImplement(func) {
32189 const validatedFunc = this.parse(func);
32190 return validatedFunc;

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected