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

Function generateCreativeWorkflowName

apps/sim/stores/workflows/registry/utils.ts:416–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

414 * @returns A creative workflow name like "blazing-phoenix" or "crystal-dragon"
415 */
416export function generateCreativeWorkflowName(): string {
417 const adjective = randomItem(ADJECTIVES)
418 const noun = randomItem(NOUNS)
419 return `${adjective.toLowerCase()}-${noun.toLowerCase()}`
420}

Callers 3

FolderItemFunction · 0.90
useWorkflowOperationsFunction · 0.90
useCreateWorkflowFunction · 0.90

Calls 1

randomItemFunction · 0.90

Tested by

no test coverage detected