MCPcopy Index your code
hub / github.com/commitizen/cz-cli / loadAdapterConfig

Function loadAdapterConfig

src/commitizen/init.js:118–125  ·  view source on GitHub ↗

* CONFIG * Loads and returns the adapter config at key config.commitizen, if it exists

(cwd)

Source from the content-addressed store, hash-verified

116 * Loads and returns the adapter config at key config.commitizen, if it exists
117 */
118function loadAdapterConfig (cwd) {
119 let config = configLoader.load(null, cwd);
120 if (config) {
121 return config;
122 } else {
123
124 }
125}

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected