Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ sanitizeName
Function
sanitizeName
apps/sim/lib/copilot/vfs/workspace-vfs.ts:2300–2302 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
2298
* Delegates to {@link normalizeVfsSegment} so workspace file paths match DB lookups.
2299
*/
2300
export
function
sanitizeName(name: string): string {
2301
return
normalizeVfsSegment(name)
2302
}
Callers
8
materializeKnowledgeBases
Method · 0.70
materializeTables
Method · 0.70
materializeCustomTools
Method · 0.70
materializeMcpServers
Method · 0.70
materializeSkills
Method · 0.70
materializeTasks
Method · 0.70
materializeJobs
Method · 0.70
materializeRecentlyDeleted
Method · 0.70
Calls
1
normalizeVfsSegment
Function · 0.90
Tested by
no test coverage detected