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

Method repository

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

Source from the content-addressed store, hash-verified

244 _repository: GraphQLId
245
246 def repository(self, info: GraphQLResolveInfo) -> Repository:
247 return github_state(info).repositories[self._repository]
248
249
250@dataclass

Callers

nothing calls this directly

Calls 1

github_stateFunction · 0.85

Tested by

no test coverage detected