MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / constructor

Method constructor

packages/agent-core/test/di/cyclic.test.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 class A implements IA {
29 tag = 'A' as const;
30 constructor() {
31 accessorRef!.get(IA);
32 }
33 }
34 const ix = new InstantiationService(new ServiceCollection([IA, new SyncDescriptor(A)]));
35 expect(() =>

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected