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

Method set_status

lib_acl_cpp/src/mime/mime_code.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void mime_code::set_status(bool encoding)
306{
307 m_encoding = encoding;
308}
309
310int mime_code::push_pop(const char* in, size_t len,
311 string* out, size_t max /* = 0 */)

Callers 10

handle_requestFunction · 0.45
on_acceptMethod · 0.45
thread_on_readMethod · 0.45
thread_on_readMethod · 0.45
handle_connMethod · 0.45
handle_connMethod · 0.45
role_slaveMethod · 0.45
saveMethod · 0.45
send_responseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected