| 128 | } |
| 129 | |
| 130 | type 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 | |
| 137 | type Match struct { |
| 138 | Indices []int `json:"indices"` |
nothing calls this directly
no outgoing calls
no test coverage detected