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

Method repository

src/ghstack/github_fake.py:288–289  ·  view source on GitHub ↗
(self, info: GraphQLResolveInfo)

Source from the content-addressed store, hash-verified

286 _repository: GraphQLId
287
288 def repository(self, info: GraphQLResolveInfo) -> Repository:
289 return github_state(info).repositories[self._repository]
290
291
292@dataclass

Callers

nothing calls this directly

Calls 1

github_stateFunction · 0.85

Tested by

no test coverage detected