Convenience method.
| 105 | |
| 106 | /// Convenience method. |
| 107 | string PrintBytes(int64_t value) { |
| 108 | return PrettyPrinter::Print(value, TUnit::BYTES); |
| 109 | } |
| 110 | |
| 111 | // Delimiter used for pool topic keys of the form |
| 112 | // "<prefix><pool_name><delimiter><backend_id>". "!" is used because the backend id |
no outgoing calls
no test coverage detected