()
| 96 | * Returns null if the async check hasn't run yet. |
| 97 | */ |
| 98 | export function getRepoClassCached(): 'internal' | 'external' | 'none' | null { |
| 99 | return repoClassCache |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Synchronously return the cached result of isInternalModelRepo(). |