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

Class GitObject

src/ghstack/github_fake.py:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241@dataclass
242class GitObject(Node):
243 oid: GitObjectID
244 _repository: GraphQLId
245
246 def repository(self, info: GraphQLResolveInfo) -> Repository:
247 return github_state(info).repositories[self._repository]
248
249
250@dataclass

Callers 1

_make_refMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected