(cache: CodeCache, nodeId: string, workspace: WorkspaceStructure)
| 97 | * @param workspace - The workspace structure containing cache file path |
| 98 | */ |
| 99 | export function saveComponentGenerated(cache: CodeCache, nodeId: string, workspace: WorkspaceStructure): void { |
| 100 | markComponentGenerated(cache, nodeId); |
| 101 | saveCodeCache(workspace, cache); |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Check if root component has been injected into App.tsx |
no test coverage detected