| 8074 | } |
| 8075 | |
| 8076 | constexpr void ada::url_aggregator::reserve(uint32_t capacity) { |
| 8077 | buffer.reserve(capacity); |
| 8078 | } |
| 8079 | |
| 8080 | constexpr bool url_aggregator::has_non_empty_username() const noexcept { |
| 8081 | ada_log("url_aggregator::has_non_empty_username"); |
no outgoing calls
no test coverage detected