MCPcopy Create free account
hub / github.com/MigoXLab/coderio / getDebugConfig

Function getDebugConfig

src/utils/config.ts:109–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 * @returns Debug configuration (defaults to disabled if not specified)
108 */
109export function getDebugConfig(): DebugConfig {
110 const config = loadConfig();
111 return config.debug || { enabled: false };
112}
113
114/**
115 * Get the path to the configuration file

Callers 2

saveDebugLogFunction · 0.90
callModelFunction · 0.90

Calls 1

loadConfigFunction · 0.85

Tested by

no test coverage detected