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

Method update_finish

lib_acl_cpp/src/stdlib/charset_conv.cpp:503–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void charset_conv::update_finish(acl::string* out)
504{
505#ifdef HAVE_H_ICONV
506 if (m_pInBuf && LEN(m_pInBuf) > 0 && m_addInvalid) {
507 out->append(STR(m_pInBuf), LEN(m_pInBuf));
508 ACL_VSTRING_RESET(m_pInBuf);
509 }
510#endif
511}
512
513int charset_conv::push_pop(const char* in, size_t len,
514 acl::string* out, size_t max /* = 0 */)

Callers 4

test1Function · 0.80
read_bodyMethod · 0.80
body_getsMethod · 0.80
decoder_finishFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected