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

Method set_charset

lib_acl_cpp/src/http/http_pipe.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void http_pipe::set_charset(charset_conv* conv)
23{
24 manager_.push_back(conv);
25}
26
27bool http_pipe::set_charset(const char* from, const char* to)
28{

Callers 6

mainFunction · 0.45
get_pipeMethod · 0.45
get_pipeMethod · 0.45
mysql_poolMethod · 0.45
db_mysqlMethod · 0.45
mysql_manager.cppFile · 0.45

Calls 3

charset_convClass · 0.50
push_backMethod · 0.45
update_beginMethod · 0.45

Tested by

no test coverage detected