rowProvenanceCountForTable method

  1. @visibleForTesting
int rowProvenanceCountForTable(
  1. String tableName
)

Implementation

@visibleForTesting
int rowProvenanceCountForTable(String tableName) =>
    cache.getTableByName(tableName)?.ownerEntryCount ?? 0;