Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinMerge/winmerge
/ xmlch2tstr
Function
xmlch2tstr
Src/ProjectFile.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
{
67
68
String xmlch2tstr(const XMLChar *ch, int length)
69
{
70
return toTString(std::string(ch, length));
71
}
72
73
void writeElement(XMLWriter& writer, const std::string& tagname, const std::string& characters)
74
{
Callers
2
characters
Method · 0.85
characters
Method · 0.85
Calls
1
toTString
Function · 0.85
Tested by
no test coverage detected