| 8297 | } |
| 8298 | |
| 8299 | inline Result ClientImpl::Put(const std::string &path) { |
| 8300 | return Put(path, std::string(), std::string()); |
| 8301 | } |
| 8302 | |
| 8303 | inline Result ClientImpl::Put(const std::string &path, const char *body, |
| 8304 | size_t content_length, |
nothing calls this directly
no test coverage detected