MCPcopy
hub / github.com/colbymchenry/codegraph / implementers

Function implementers

__tests__/adaptive-explore-sizing.test.ts:273–274  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

271 expect(formatter).toBeTruthy();
272
273 const implementers = (id: string) =>
274 cg.getIncomingEdges(id).filter((e) => e.kind === 'implements' || e.kind === 'extends').length;
275
276 // The whole gate hinges on this signal — assert the fixture actually
277 // produces the >=3 / <3 split, so a TS-extraction change fails here loudly

Callers 1

Calls 1

getIncomingEdgesMethod · 0.45

Tested by

no test coverage detected