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

Function vfsPathForRecord

apps/sim/lib/copilot/vfs/resource-writer.ts:130–132  ·  view source on GitHub ↗
(record: WorkspaceFileRecord)

Source from the content-addressed store, hash-verified

128}
129
130function vfsPathForRecord(record: WorkspaceFileRecord): string {
131 return canonicalWorkspaceFilePath({ folderPath: record.folderPath, name: record.name })
132}
133
134function assertNotReservedWorkflowAliasBackingPath(path: string): void {
135 if (isWorkflowAliasBackingPath(path)) {

Callers 2

writeWorkspaceFileByPathFunction · 0.85

Calls 1

Tested by

no test coverage detected