(cache: CodeCache)
| 105 | * Check if root component has been injected into App.tsx |
| 106 | */ |
| 107 | export function isAppInjected(cache: CodeCache): boolean { |
| 108 | return cache.appInjected; |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Mark App.tsx as injected |
no outgoing calls
no test coverage detected