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