| 68 | |
| 69 | #[derive(Deserialize, Clone, Debug)] |
| 70 | pub struct GithubLabel { |
| 71 | pub name: String, |
| 72 | } |
| 73 | |
| 74 | #[derive(Deserialize, Clone, Debug)] |
| 75 | pub struct GithubIssuesResponsePullRequest { |
nothing calls this directly
no outgoing calls
no test coverage detected