Tribe__Events__Aggregator__Tabs__History::is_visible()
Source
File: src/Tribe/Aggregator/Tabs/History.php
public function is_visible() {
$records = Tribe__Events__Aggregator__Records::instance();
return $records->has_scheduled() || $records->has_history();
}