···7777 LineFragments []LineFragmentMatch
7878}
79798080+type Symbol struct {
8181+ Sym string
8282+ Kind string
8383+ Parent string
8484+ ParentKind string
8585+}
8686+8087// LineFragmentMatch a segment of matching text within a line.
8188type LineFragmentMatch struct {
8289 // Offset within the line, in bytes.
···87948895 // Number bytes that match.
8996 MatchLength int
9797+9898+ SymbolInfo *Symbol
9099}
9110092101// Stats contains interesting numbers on the search