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

Function parseConfigVarValue

out/cli.cjs:68170–68176  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

68168 OCO_ONE_LINE_COMMIT: false,
68169 OCO_TEST_MOCK_TYPE: "commit-message",
68170 OCO_WHY: false,
68171 OCO_OMIT_SCOPE: false,
68172 OCO_GITPUSH: true,
68173 // todo: deprecate
68174 OCO_HOOK_AUTO_UNCOMMENT: false
68175};
68176var parseConfigVarValue = (value) => {
68177 try {
68178 return JSON.parse(value);
68179 } catch (error) {

Callers 2

getEnvConfigFunction · 0.70
mergeConfigsFunction · 0.70

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…