| 7231 | } |
| 7232 | |
| 7233 | inline Result ClientImpl::Put(const std::string &path) { |
| 7234 | return Put(path, std::string(), std::string()); |
| 7235 | } |
| 7236 | |
| 7237 | inline Result ClientImpl::Put(const std::string &path, const char *body, |
| 7238 | size_t content_length, |
nothing calls this directly
no test coverage detected