| 53 | void Flush(std::unique_lock<std::mutex> const&); |
| 54 | |
| 55 | struct Item { |
| 56 | spanner::Mutation mutation; |
| 57 | promise<Status> done; |
| 58 | }; |
| 59 | |
| 60 | spanner::Client client_; |
| 61 | std::mutex mu_; |
nothing calls this directly
no outgoing calls
no test coverage detected