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

Method next_pull_request_number

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

Source from the content-addressed store, hash-verified

115 return r
116
117 def next_pull_request_number(self, repo_id: GraphQLId) -> GitHubNumber:
118 r = GitHubNumber(self._next_pull_request_number[repo_id])
119 self._next_pull_request_number[repo_id] += 1
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]

Callers 1

_create_pullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected