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

Method listStarredRepos

lib/User.js:150–153  ·  view source on GitHub ↗

* Gets the list of starred repositories for the user * @see https://developer.github.com/v3/activity/starring/#list-repositories-being-starred * @param {Requestable.callback} [cb] - will receive the list of starred repositories * @return {Promise} - the promise for the http request

(cb)

Source from the content-addressed store, hash-verified

148 * @return {Promise} - the promise for the http request
149 */
150 listStarredRepos(cb) {
151 let requestOptions = this._getOptionsWithDefaults();
152 return this._requestAllPages(this.__getScopedUrl('starred'), requestOptions, cb);
153 }
154
155 /**
156 * Gets the list of starred gists for the user

Callers 1

user.spec.jsFile · 0.80

Calls 3

__getScopedUrlMethod · 0.95
_requestAllPagesMethod · 0.80

Tested by

no test coverage detected