| 152 | ) |
| 153 | |
| 154 | type CheckRunCountByState struct { |
| 155 | State CheckRunState |
| 156 | Count int |
| 157 | } |
| 158 | |
| 159 | // https://docs.github.com/en/graphql/reference/enums#statusstate |
| 160 | type StatusState string |
nothing calls this directly
no outgoing calls
no test coverage detected