(config8, configPath = defaultConfigPath)
| 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 | }; |
no outgoing calls
no test coverage detected
searching dependent graphs…