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

Method getRateLimit

lib/GitHub.js:105–107  ·  view source on GitHub ↗

* Create a new RateLimit wrapper * @return {RateLimit}

()

Source from the content-addressed store, hash-verified

103 * @return {RateLimit}
104 */
105 getRateLimit() {
106 return new RateLimit(this.__auth, this.__apiBase);
107 }
108
109 /**
110 * Create a new Markdown wrapper

Callers 2

rate-limit.spec.jsFile · 0.45
record.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected