MCPcopy
hub / github.com/di-sukharev/opencommit / getIsGlobalConfigFileExist

Function getIsGlobalConfigFileExist

out/cli.cjs:68205–68207  ·  view source on GitHub ↗
(configPath = defaultConfigPath)

Source from the content-addressed store, hash-verified

68203 OCO_OMIT_SCOPE: parseConfigVarValue(process.env.OCO_OMIT_SCOPE),
68204 OCO_GITPUSH: parseConfigVarValue(process.env.OCO_GITPUSH)
68205 // todo: deprecate
68206 };
68207};
68208var setGlobalConfig = (config8, configPath = defaultConfigPath) => {
68209 (0, import_fs.writeFileSync)(configPath, (0, import_ini.stringify)(config8), "utf8");
68210};

Callers 4

getGlobalConfigFunction · 0.70
runSetupFunction · 0.70
isFirstRunFunction · 0.70
runMigrationsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…