MCPcopy Create free account
hub / github.com/AICoderTudou/claude-code-tudou / clearModelSettings

Function clearModelSettings

desktop/main.cjs:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135function clearModelSettings() {
136 const reset = {};
137 for (const key of MODEL_KEYS) {
138 reset[key] = "";
139 }
140 return writeEnvSettings(reset);
141}
142
143function setWorkspacePath(nextPath) {
144 if (!nextPath || typeof nextPath !== "string") return false;

Callers 1

main.cjsFile · 0.85

Calls 1

writeEnvSettingsFunction · 0.85

Tested by

no test coverage detected