| 3821 | void set_boundary(std::string&& boundary) { boundary_ = boundary; } |
| 3822 | |
| 3823 | bool is_valid() const { return is_valid_; } |
| 3824 | |
| 3825 | bool parse(const char* buf, size_t n, const ContentReceiver& content_callback, |
| 3826 | const MultipartContentHeader& header_callback) { |
nothing calls this directly
no outgoing calls
no test coverage detected