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

Function targets

__tests__/spring-event-synthesizer.test.ts:98–99  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

96 .all();
97
98 const targets = (src: string) =>
99 edges.filter((r: any) => r.source === src).map((r: any) => r.target).sort();
100 // ship() → all three OrderShippedEvent listeners (param-typed, annotation-typed, transactional).
101 expect(targets('ship')).toEqual(['afterShipped', 'audit', 'onShipped']);
102 // cancel() → the ApplicationListener<X> form.

Calls

no outgoing calls

Tested by

no test coverage detected