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

Function hasCall

__tests__/cfml-receiver-inference.test.ts:53–54  ·  view source on GitHub ↗
(calls: any[], src: string, tgtQn: string)

Source from the content-addressed store, hash-verified

51 return { calls, methods };
52 };
53 const hasCall = (calls: any[], src: string, tgtQn: string) =>
54 calls.some((e) => e.src === src && e.tgtQn === tgtQn);
55
56 // Two same-named methods so resolution MUST disambiguate by receiver type —
57 // plain name-matching alone can't pick one.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected