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

Function getConfig

src/util.js:16–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16function getConfig() {
17 let config = context.bindConfig[getId()];
18 if (!config) {
19 config = {
20 filetype: '.gs',
21 ignorePattern: [],
22 manifestEnabled: true,
23 }
24 }
25 return config;
26}
27
28function isGist() {
29 const repo = getRepo();

Callers 7

initPageEventFunction · 0.85
showDiffFunction · 0.85
getCodeMethod · 0.85
followDirectoryMethod · 0.85
getRepoCodeMethod · 0.85
pullMethod · 0.85
getGasCodeMethod · 0.85

Calls 1

getIdFunction · 0.85

Tested by

no test coverage detected