MCPcopy
hub / github.com/cli/cli / TextMatch

Struct TextMatch

pkg/search/result.go:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130type TextMatch struct {
131 Fragment string `json:"fragment"`
132 Matches []Match `json:"matches"`
133 Type string `json:"object_type"`
134 Property string `json:"property"`
135}
136
137type Match struct {
138 Indices []int `json:"indices"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected