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

Method next_issue_comment_full_database_id

src/ghstack/github_fake.py:122–125  ·  view source on GitHub ↗
(self, repo_id: GraphQLId)

Source from the content-addressed store, hash-verified

120 return r
121
122 def next_issue_comment_full_database_id(self, repo_id: GraphQLId) -> int:
123 r = self._next_issue_comment_full_database_id[repo_id]
124 self._next_issue_comment_full_database_id[repo_id] += 1
125 return r
126
127 def push_hook(self, refs: Sequence[str]) -> None:
128 # updated_refs = set(refs)

Callers 1

_create_issue_commentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected