MCPcopy Create free account
hub / github.com/acl-dev/acl / update

Method update

lib_acl_cpp/src/http/http_mime.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool http_mime::update(const char* data, size_t len) {
170 return mime_state_update(mime_state_, data, (int) len) == 1;
171}
172
173const std::list<http_mime_node*>& http_mime::get_nodes() const {
174 if (parsed_) {

Callers 6

get_bodyMethod · 0.45
read_bodyMethod · 0.45
body_getsMethod · 0.45
get_bodyMethod · 0.45
getJsonMethod · 0.45
getXmlMethod · 0.45

Calls 1

mime_state_updateFunction · 0.85

Tested by

no test coverage detected