Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
wf::object_base_t::~object_base_t() = default;
76
77
std::string wf::object_base_t::to_string() const
78
{
79
return std::to_string(get_id());
80
}
81
82
uint32_t wf::object_base_t::get_id() const
83
{
Callers
4
stringify
Method · 0.45
render_instance_manager_t
Method · 0.45
refocus
Method · 0.45
map_to_output
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected