MCPcopy 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

109namespace pugi
110{
111std::string DebugPrint(xml_document const & doc)
112{
113 std::ostringstream stream;
114 doc.print(stream, " ");
115 return stream.str();
116}
117} // namespace pugi
118
119namespace osm

Callers

nothing calls this directly

Calls 1

printMethod · 0.80

Tested by

no test coverage detected