MCPcopy 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 */
2300export function sanitizeName(name: string): string {
2301 return normalizeVfsSegment(name)
2302}

Callers 8

materializeTablesMethod · 0.70
materializeMcpServersMethod · 0.70
materializeSkillsMethod · 0.70
materializeTasksMethod · 0.70
materializeJobsMethod · 0.70

Calls 1

normalizeVfsSegmentFunction · 0.90

Tested by

no test coverage detected