MCPcopy Index your code
hub / github.com/varHarrie/varharrie.github.io / getIssue

Method getIssue

src/services/github.ts:195–197  ·  view source on GitHub ↗
(issue: number)

Source from the content-addressed store, hash-verified

193 }
194
195 public getIssue(issue: number): Promise<Issue> {
196 return this.request('GET', `/repos/${this.owner}/${this.repo}/issues/${issue}`);
197 }
198
199 public listComments(options: ListCommentsOptions): Promise<Comment[]> {
200 const { issue, sort, direction, page, pageSize } = options;

Callers 1

useArticleFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected