Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ DebugPrint
Function
DebugPrint
libs/editor/changeset_wrapper.cpp:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
namespace pugi
110
{
111
std::string DebugPrint(xml_document const & doc)
112
{
113
std::ostringstream stream;
114
doc.print(stream,
" "
);
115
return stream.str();
116
}
117
} // namespace pugi
118
119
namespace osm
Callers
nothing calls this directly
Calls
1
print
Method · 0.80
Tested by
no test coverage detected