Exograph.CallEdgeHit (exograph v0.2.0)

Copy Markdown View Source

Call graph edge search hit.

Summary

Types

t()

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

Functions

new(attrs)