MCPcopy
hub / github.com/simstudioai/sim / normalizeName

Function normalizeName

apps/sim/executor/constants.ts:499–501  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

497 * stripping dots cannot break any previously working reference.
498 */
499export function normalizeName(name: string): string {
500 return name.toLowerCase().replace(/\s+/g, '').replace(/\./g, '')
501}

Callers 15

store.tsFile · 0.90
utils.test.tsFile · 0.90
getUniqueBlockNameFunction · 0.90
regenerateWorkflowIdsFunction · 0.90
regenerateBlockIdsFunction · 0.90
store.tsFile · 0.90
getBlockReferenceTagsFunction · 0.90
extractReferencePrefixesFunction · 0.90
getInputFormatExampleFunction · 0.90
formatOutputsForDisplayFunction · 0.90

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected