Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
499
export
function
normalizeName(name: string): string {
500
return
name.toLowerCase().replace(/\s+/g,
''
).replace(/\./g,
''
)
501
}
Callers
15
store.ts
File · 0.90
utils.test.ts
File · 0.90
getUniqueBlockName
Function · 0.90
regenerateWorkflowIds
Function · 0.90
regenerateBlockIds
Function · 0.90
store.ts
File · 0.90
getBlockReferenceTags
Function · 0.90
extractReferencePrefixes
Function · 0.90
getInputFormatExample
Function · 0.90
getWorkflowVariablesForTool
Function · 0.90
formatOutputsForDisplay
Function · 0.90
mergeNestedNodesForParent
Function · 0.90
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected