* Get the path to the cache file
(workspace: WorkspaceStructure)
| 15 | * Get the path to the cache file |
| 16 | */ |
| 17 | function getCachePath(workspace: WorkspaceStructure): string { |
| 18 | return workspace.checkpoint; |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * Load code generation cache from file |
no outgoing calls
no test coverage detected