MCPcopy Create free account
hub / github.com/ezyang/ghstack / GhCommit

Class GhCommit

src/ghstack/submit.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27@dataclass(frozen=True)
28class GhCommit:
29 commit_id: GitCommitHash
30 tree: str
31
32
33# Commit can be None if this is a completely fresh PR

Callers 3

prepare_updatesMethod · 0.85
_resolve_gh_branchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected