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

Class PrContext

scripts/lyric_checker_bot/src/github_api.rs:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const PENDING_UPDATE_LABEL: &str = "待更新";
28
29pub struct PrContext<'a> {
30 pub issue: &'a Issue,
31 pub original_ttml: &'a str,
32 pub generated_ttml: &'a str,
33 pub metadata: &'a TTMLMetadata,
34 pub remarks: &'a str,
35 pub root_path: &'a Path,
36 pub is_first_time: bool,
37}
38
39pub struct PrUpdateContext<'a> {
40 pub pr_number: u64,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected