Exograph.CommentHit (exograph v0.1.0)

Copy Markdown View Source

Comment search hit.

Summary

Types

t()

@type t() :: %Exograph.CommentHit{
  comment: Exograph.Comment.t() | nil,
  fragment: Exograph.Fragment.t() | nil,
  match: term(),
  score: number()
}

Functions

new(attrs)