MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / fmt_pointer

Function fmt_pointer

src/debug.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static std::string fmt_pointer(void *ptr)
388{
389 std::ostringstream ss;
390 ss << ptr;
391 return ss.str();
392}
393
394static void _dump_scene(wf::scene::node_ptr root, int depth = 0)
395{

Callers 1

_dump_sceneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected