| 653 | } |
| 654 | |
| 655 | QueueId QueueBatchContext::GetQueueId() const { |
| 656 | QueueId id = queue_state_ ? queue_state_->GetQueueId() : kQueueIdInvalid; |
| 657 | return id; |
| 658 | } |
| 659 | |
| 660 | ResourceUsageTag QueueBatchContext::SetupBatchTags(uint32_t tag_count) { |
| 661 | tag_range_ = sync_state_.ReserveGlobalTagRange(tag_count); |
no outgoing calls
no test coverage detected