# `Exograph.CallEdgeHit`
[🔗](https://github.com/elixir-vibe/exograph/blob/v0.2.0/lib/exograph/call_edge_hit.ex#L1)

Call graph edge search hit.

# `t`

```elixir
@type t() :: %Exograph.CallEdgeHit{
  call_edge: Exograph.CallEdge.t(),
  match: term(),
  score: number()
}
```

# `new`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
