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

Function generateWorkspaceName

apps/sim/lib/workspaces/naming.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 * Generates a random cosmos-themed workspace name
91 */
92export function generateWorkspaceName(): string {
93 return randomItem(WORKSPACE_NOUNS)
94}
95
96async function fetchWorkspaceFolders(workspaceId: string): Promise<FolderApi[]> {
97 const { folders } = await requestJson(listFoldersContract, {

Callers

nothing calls this directly

Calls 1

randomItemFunction · 0.90

Tested by

no test coverage detected