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

Function canonicalBlockVfsPath

apps/sim/lib/copilot/vfs/path-utils.ts:123–125  ·  view source on GitHub ↗
(blockType: string)

Source from the content-addressed store, hash-verified

121
122/** Canonical VFS path for a block catalog entry (`components/blocks/{type}.json`). */
123export function canonicalBlockVfsPath(blockType: string): string {
124 return `components/blocks/${blockType}.json`
125}

Callers 2

processBlockMetadataFunction · 0.90
path-utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected