MCPcopy Index your code
hub / github.com/github-tools/github / getIssues

Method getIssues

lib/GitHub.js:88–90  ·  view source on GitHub ↗

* Create a new Issue wrapper * @param {string} user - the user who owns the repository * @param {string} repo - the name of the repository * @return {Issue}

(user, repo)

Source from the content-addressed store, hash-verified

86 * @return {Issue}
87 */
88 getIssues(user, repo) {
89 return new Issue(this._getFullName(user, repo), this.__auth, this.__apiBase);
90 }
91
92 /**
93 * Create a new Search wrapper

Callers 1

issue.spec.jsFile · 0.80

Calls 1

_getFullNameMethod · 0.95

Tested by

no test coverage detected