| 119 | } |
| 120 | |
| 121 | type Code struct { |
| 122 | Name string `json:"name"` |
| 123 | Path string `json:"path"` |
| 124 | Repository Repository `json:"repository"` |
| 125 | Sha string `json:"sha"` |
| 126 | TextMatches []TextMatch `json:"text_matches"` |
| 127 | URL string `json:"html_url"` |
| 128 | } |
| 129 | |
| 130 | type TextMatch struct { |
| 131 | Fragment string `json:"fragment"` |
nothing calls this directly
no outgoing calls
no test coverage detected