| 85 | } |
| 86 | |
| 87 | bool FreqCtrlBucket::HasReadToken() { |
| 88 | return HasToken(&db_bucket_struct_.read_bucket); |
| 89 | } |
| 90 | |
| 91 | bool FreqCtrlBucket::HasWriteToken() { |
| 92 | return HasToken(&db_bucket_struct_.write_bucket); |
nothing calls this directly
no outgoing calls
no test coverage detected