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

Method as_view_node

plugins/tile/tree.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31nonstd::observer_ptr<view_node_t> tree_node_t::as_view_node()
32{
33 return nonstd::make_observer(dynamic_cast<view_node_t*>(this));
34}
35
36wf::point_t get_wset_local_coordinates(std::shared_ptr<wf::workspace_set_t> wset, wf::point_t p)
37{

Callers 5

tree_to_jsonFunction · 0.80
build_tree_from_jsonFunction · 0.80
for_each_viewFunction · 0.80
find_view_atFunction · 0.80
flatten_treeFunction · 0.80

Calls 1

make_observerFunction · 0.85

Tested by

no test coverage detected