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

Method forRepositories

lib/Search.js:64–66  ·  view source on GitHub ↗

* Search for repositories * @see https://developer.github.com/v3/search/#search-repositories * @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 t

(options, cb)

Source from the content-addressed store, hash-verified

62 * @return {Promise} - the promise for the http request
63 */
64 forRepositories(options, cb) {
65 return this._search('repositories', options, cb);
66 }
67
68 /**
69 * Search for code

Callers 1

search.spec.jsFile · 0.80

Calls 1

_searchMethod · 0.95

Tested by

no test coverage detected