isInternalModelRepoCached method
Synchronously return the cached result of isInternalModelRepo().
Implementation
bool isInternalModelRepoCached() =>
_repoClassCache == RepoClassification.internal;
Synchronously return the cached result of isInternalModelRepo().
bool isInternalModelRepoCached() =>
_repoClassCache == RepoClassification.internal;