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

Method forIssues

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

* Search for issues * @see https://developer.github.com/v3/search/#search-issues * @param {Search.Params} [options] - additional parameters for the search * @param {Requestable.callback} [cb] - will receive the results of the search * @return {Promise} - the promise for the http requ

(options, cb)

Source from the content-addressed store, hash-verified

84 * @return {Promise} - the promise for the http request
85 */
86 forIssues(options, cb) {
87 return this._search('issues', options, cb);
88 }
89
90 /**
91 * Search for users

Callers 1

search.spec.jsFile · 0.80

Calls 1

_searchMethod · 0.95

Tested by

no test coverage detected