Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ ToString
Function
ToString
DAEValidator/tests/src/XmlDocTests.cpp:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
template<>
15
std::wstring ToString(const XmlNode & n)
16
{
17
wstringstream s;
18
s << n.name().c_str();
19
return s.str();
20
}
21
}
22
}
23
}
Callers
nothing calls this directly
Calls
3
c_str
Method · 0.80
str
Method · 0.80
name
Method · 0.45
Tested by
no test coverage detected