MCPcopy Create free account
hub / github.com/chrxh/alien / is_valid

Method is_valid

external/cpp-httplib/httplib.h:3823–3823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected