MCPcopy Create free account
hub / github.com/bevyengine/bevy-website / GithubLabel

Class GithubLabel

generate-release/src/github_client.rs:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69#[derive(Deserialize, Clone, Debug)]
70pub struct GithubLabel {
71 pub name: String,
72}
73
74#[derive(Deserialize, Clone, Debug)]
75pub struct GithubIssuesResponsePullRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected