MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / saveShowWorkspacePaths

Function saveShowWorkspacePaths

apps/kimi-web/src/lib/storage.ts:161–163  ·  view source on GitHub ↗
(show: boolean)

Source from the content-addressed store, hash-verified

159}
160
161export function saveShowWorkspacePaths(show: boolean): void {
162 safeSetJson(STORAGE_KEYS.showWorkspacePaths, show);
163}
164
165/**
166 * Display order of workspace ids in the sidebar. Persisted as a JSON array so

Callers

nothing calls this directly

Calls 1

safeSetJsonFunction · 0.85

Tested by

no test coverage detected