Dagger.SearchResult (dagger v0.19.4)
View SourceDagger.SearchResult
Summary
Functions
The byte offset of this line within the file.
The path to the file that matched.
A unique identifier for this SearchResult.
The first line that matched.
The line content that matched.
Sub-match positions and content within the matched lines.
Types
Functions
The byte offset of this line within the file.
The path to the file that matched.
@spec id(t()) :: {:ok, Dagger.SearchResultID.t()} | {:error, term()}
A unique identifier for this SearchResult.
The first line that matched.
The line content that matched.
@spec submatches(t()) :: {:ok, [Dagger.SearchSubmatch.t()]} | {:error, term()}
Sub-match positions and content within the matched lines.