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

Method pullRequest

src/ghstack/github_fake.py:204–207  ·  view source on GitHub ↗
(
        self, info: GraphQLResolveInfo, number: GitHubNumber
    )

Source from the content-addressed store, hash-verified

202 defaultBranchRef: Optional["Ref"]
203
204 def pullRequest(
205 self, info: GraphQLResolveInfo, number: GitHubNumber
206 ) -> "PullRequest":
207 return github_state(info).pull_request(self, number)
208
209 def pullRequests(self, info: GraphQLResolveInfo) -> "PullRequestConnection":
210 return PullRequestConnection(

Callers

nothing calls this directly

Calls 2

github_stateFunction · 0.85
pull_requestMethod · 0.80

Tested by

no test coverage detected