MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getActiveConfig

Function getActiveConfig

src/config/loader.ts:145–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 userConfigPath: userConfigFile,
144 });
145 config = deepMerge(config, hit.overlay);
146 setActiveProfile(hit);
147 logger.info('Config profile applied', { name: hit.name, source: hit.source, path: hit.path });
148 } else {

Callers 6

resolveOllamaVisionModelFunction · 0.85
resolveLocalVisionModelFunction · 0.85
executeMethod · 0.85
executeMethod · 0.85
handleSlashCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected