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

Function saveWorkspaceOrder

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

Source from the content-addressed store, hash-verified

176}
177
178export function saveWorkspaceOrder(ids: Iterable<string>): void {
179 safeSetJson(STORAGE_KEYS.workspaceOrder, Array.from(ids));
180}
181
182/**
183 * Local display-name overrides for workspaces the daemon cannot rename — today

Callers 3

reorderWorkspacesFunction · 0.90

Calls 1

safeSetJsonFunction · 0.85

Tested by

no test coverage detected