You appear to be a bot. Output may be restricted
Description
Get the claim count from the table data store.
Usage
ActionScheduler_HybridStore::get_claim_count();
Parameters
Returns
void
Source
File name: woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php
Lines:
1 to 4 of 4
public function get_claim_count() { return $this->primary_store->get_claim_count(); }