https://docs.github.com/en/graphql/reference/enums#checkstatusstate
| 174 | |
| 175 | // https://docs.github.com/en/graphql/reference/enums#checkstatusstate |
| 176 | type CheckStatusState string |
| 177 | |
| 178 | const ( |
| 179 | CheckStatusStateCompleted CheckStatusState = "COMPLETED" |
nothing calls this directly
no outgoing calls
no test coverage detected