MCPcopy Index your code
hub / github.com/continuedev/continue / methodI

Function methodI

core/indexing/chunk/code.test.ts:51–52  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

49
50 test("should split large python class into methods and class with truncated methods", async () => {
51 const methodI = (i: number) =>
52 ` def method${i}():\n return "Hello, ${i}!"`;
53
54 const file =
55 "class MyClass:\n" +

Callers 1

code.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected