Skip to content

LineFragment

A line fragment indicates which portion of a line of a LineMatch matched the search terms.

type LineFragment {
lineOffset: Int!
fileOffset: Int!
length: Int!
symbol: Symbol
}

LineMatch object