MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / resolved

Function resolved

__tests__/lombok.test.ts:98–98  ·  view source on GitHub ↗
(src: string, tgt: string)

Source from the content-addressed store, hash-verified

96
97 // THE FIX: calls to Lombok-generated methods resolve to their synthesized target.
98 const resolved = (src: string, tgt: string) => calls.some((c) => c.src === src && c.tgt === tgt);
99 expect(resolved('describe', 'getName')).toBe(true);
100 expect(resolved('describe', 'setActive')).toBe(true);
101 expect(resolved('make', 'builder')).toBe(true);

Callers 1

lombok.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected