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

Function saveCollapsedWorkspaces

apps/kimi-web/src/lib/storage.ts:147–149  ·  view source on GitHub ↗
(ids: Iterable<string>)

Source from the content-addressed store, hash-verified

145}
146
147export function saveCollapsedWorkspaces(ids: Iterable<string>): void {
148 safeSetJson(STORAGE_KEYS.collapsedWorkspaces, Array.from(ids));
149}
150
151/**
152 * Whether the sidebar shows each workspace's root path under its name. Off by

Callers 1

Calls 1

safeSetJsonFunction · 0.85

Tested by

no test coverage detected