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

Method to_string

src/core/object.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75wf::object_base_t::~object_base_t() = default;
76
77std::string wf::object_base_t::to_string() const
78{
79 return std::to_string(get_id());
80}
81
82uint32_t wf::object_base_t::get_id() const
83{

Callers 4

stringifyMethod · 0.45
refocusMethod · 0.45
map_to_outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected