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

Method forUsers

lib/Search.js:97–99  ·  view source on GitHub ↗

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

(options, cb)

Source from the content-addressed store, hash-verified

95 * @return {Promise} - the promise for the http request
96 */
97 forUsers(options, cb) {
98 return this._search('users', options, cb);
99 }
100}
101
102module.exports = Search;

Callers 1

search.spec.jsFile · 0.80

Calls 1

_searchMethod · 0.95

Tested by

no test coverage detected