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

Class PrUpdateContext

scripts/lyric_checker_bot/src/github_api.rs:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39pub struct PrUpdateContext<'a> {
40 pub pr_number: u64,
41 pub generated_ttml: &'a str,
42 pub root_path: &'a Path,
43 pub requester: &'a str,
44 pub metadata: &'a TTMLMetadata,
45 pub remarks: Option<String>,
46 pub comment_id: u64,
47}
48
49#[derive(Clone)]
50pub struct GitHubClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected