Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ makeXMLString
Method
makeXMLString
src/base/XMLSupport.h:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
///
71
static std::string makeXMLString(const XMLString &str) {
72
return str.getString();
73
}
74
75
///
76
template <typename Type>
Callers
nothing calls this directly
Calls
1
getString
Method · 0.80
Tested by
no test coverage detected