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

Method next_id

src/ghstack/github_fake.py:112–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 )
111
112 def next_id(self) -> GraphQLId:
113 r = GraphQLId(str(self._next_id))
114 self._next_id += 1
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])

Callers 3

_make_refMethod · 0.80
_create_pullMethod · 0.80
_create_issue_commentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected