MCPcopy 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
68String xmlch2tstr(const XMLChar *ch, int length)
69{
70 return toTString(std::string(ch, length));
71}
72
73void writeElement(XMLWriter& writer, const std::string& tagname, const std::string& characters)
74{

Callers 2

charactersMethod · 0.85
charactersMethod · 0.85

Calls 1

toTStringFunction · 0.85

Tested by

no test coverage detected