MCPcopy Index your code
hub / github.com/simstudioai/sim / findWorkspace

Function findWorkspace

apps/sim/app/workspace/page.tsx:47–48  ·  view source on GitHub ↗
(id: string | null)

Source from the content-addressed store, hash-verified

45
46 const localRecentId = WorkspaceRecencyStorage.getMostRecent()
47 const findWorkspace = (id: string | null) =>
48 id ? workspaces.find((w) => w.id === id) : undefined
49
50 const targetWorkspace =
51 findWorkspace(localRecentId) ?? findWorkspace(lastActiveWorkspaceId) ?? workspaces[0]

Callers 1

WorkspacePageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected