MCPcopy
hub / github.com/leonhartX/gas-github / getAllGists

Method getAllGists

src/scm/github.js:190–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 }
189
190 getAllGists() {
191 return getAllItems(
192 Promise.resolve({
193 accessToken: this.accessToken,
194 items: [],
195 url: `${this.baseUrl}/users/${this.user}/gists`
196 }),
197 this.followPaginate,
198 'github'
199 );
200 }
201
202 getAllBranches() {
203 return getAllItems(

Callers 1

updateGistFunction · 0.80

Calls 1

getAllItemsFunction · 0.85

Tested by

no test coverage detected