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

Function getRepo

src/util.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8function getRepo() {
9 return context.bindRepo[getId()];
10}
11
12function getBranch() {
13 return context.bindBranch[getId()];

Callers 15

isGistFunction · 0.85
initPageEventFunction · 0.85
updateRepoFunction · 0.85
updateBranchFunction · 0.85
commitFilesMethod · 0.85
pushMethod · 0.85
getAllBranchesMethod · 0.85
getCodeMethod · 0.85
createBranchMethod · 0.85
pushMethod · 0.85
getAllBranchesMethod · 0.85
getCodeMethod · 0.85

Calls 1

getIdFunction · 0.85

Tested by

no test coverage detected