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

Function getBranch

src/util.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12function getBranch() {
13 return context.bindBranch[getId()];
14}
15
16function getConfig() {
17 let config = context.bindConfig[getId()];

Callers 12

initPageEventFunction · 0.85
pushMethod · 0.85
getCodeMethod · 0.85
createBranchMethod · 0.85
pushMethod · 0.85
getCodeMethod · 0.85
createBranchMethod · 0.85
pushToRepoMethod · 0.85
pushToGistMethod · 0.85
getRepoCodeMethod · 0.85
getGistCodeMethod · 0.85
createBranchMethod · 0.85

Calls 1

getIdFunction · 0.85

Tested by

no test coverage detected