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

Method repository

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

Source from the content-addressed store, hash-verified

276 labels: List[str] = dataclasses.field(default_factory=list)
277
278 def repository(self, info: GraphQLResolveInfo) -> Repository:
279 return github_state(info).repositories[self._repository]
280
281
282@dataclass

Callers

nothing calls this directly

Calls 1

github_stateFunction · 0.85

Tested by

no test coverage detected