isInternalModelRepoCached method

bool isInternalModelRepoCached()

Synchronously return the cached result of isInternalModelRepo().

Implementation

bool isInternalModelRepoCached() =>
    _repoClassCache == RepoClassification.internal;