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

Class IssueComment

src/ghstack/github_fake.py:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282@dataclass
283class IssueComment(Node):
284 body: str
285 fullDatabaseId: int
286 _repository: GraphQLId
287
288 def repository(self, info: GraphQLResolveInfo) -> Repository:
289 return github_state(info).repositories[self._repository]
290
291
292@dataclass

Callers 1

_create_issue_commentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected