MCPcopy Create free account
hub / github.com/amll-dev/amll-ttml-db / GitHubClient

Class GitHubClient

scripts/lyric_checker_bot/src/github_api.rs:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49#[derive(Clone)]
50pub struct GitHubClient {
51 pub client: Arc<Octocrab>,
52 pub owner: String,
53 pub repo: String,
54}
55
56impl GitHubClient {
57 pub fn new(token: String, owner: String, repo: String) -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected