()
| 104 | * Returns false if the check hasn't run yet (safe default: don't leak). |
| 105 | */ |
| 106 | export function isInternalModelRepoCached(): boolean { |
| 107 | return repoClassCache === 'internal' |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Check if the current repo is in the allowlist for internal model names. |
no outgoing calls
no test coverage detected