MCPcopy Create free account
hub / github.com/axios/axios / getIssue

Method getIssue

bin/GithubAPI.js:62–64  ·  view source on GitHub ↗
(issue)

Source from the content-addressed store, hash-verified

60 }
61
62 async getIssue(issue) {
63 return (await this.axios.get(`/issues/${issue}`)).data;
64 }
65
66 async getPR(issue) {
67 return (await this.axios.get(`/pulls/${issue}`)).data;

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected