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

Method getAllBranches

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

Source from the content-addressed store, hash-verified

200 }
201
202 getAllBranches() {
203 return getAllItems(
204 Promise.resolve({
205 accessToken: this.accessToken,
206 items: [],
207 url: `${this.baseUrl}/repos/${getRepo().fullName}/branches`
208 }),
209 this.followPaginate,
210 'github'
211 );
212 }
213
214 getCode() {
215 let code;

Callers

nothing calls this directly

Calls 2

getAllItemsFunction · 0.85
getRepoFunction · 0.85

Tested by

no test coverage detected