(cache: CodeCache)
| 112 | * Mark App.tsx as injected |
| 113 | */ |
| 114 | export function markAppInjected(cache: CodeCache): void { |
| 115 | cache.appInjected = true; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Mark App.tsx as injected and save cache immediately |
no outgoing calls
no test coverage detected