Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ clear
Method
clear
lib_acl_cpp/src/stdlib/charset_conv.cpp:573–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
void charset_conv::clear(void)
574
{
575
if (m_pBuf) {
576
m_pBuf->clear();
577
}
578
}
579
580
// ����ַ���ת����
581
charset_conv* charset_conv::create(const char* fromCharset, const char* toCharset)
Callers
3
push_pop
Method · 0.45
pop_end
Method · 0.45
strconv
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected