MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / setGlobalConfig

Function setGlobalConfig

out/cli.cjs:68202–68204  ·  view source on GitHub ↗
(config8, configPath = defaultConfigPath)

Source from the content-addressed store, hash-verified

68200 OCO_PROMPT_MODULE: process.env.OCO_PROMPT_MODULE,
68201 OCO_ONE_LINE_COMMIT: parseConfigVarValue(process.env.OCO_ONE_LINE_COMMIT),
68202 OCO_TEST_MOCK_TYPE: process.env.OCO_TEST_MOCK_TYPE,
68203 OCO_OMIT_SCOPE: parseConfigVarValue(process.env.OCO_OMIT_SCOPE),
68204 OCO_GITPUSH: parseConfigVarValue(process.env.OCO_GITPUSH)
68205 // todo: deprecate
68206 };
68207};

Callers 6

setConfigFunction · 0.70
handleModelNotFoundErrorFunction · 0.70
runSetupFunction · 0.70
promptForMissingApiKeyFunction · 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…