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

Method as_split_node

plugins/tile/tree.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26nonstd::observer_ptr<split_node_t> tree_node_t::as_split_node()
27{
28 return nonstd::make_observer(dynamic_cast<split_node_t*>(this));
29}
30
31nonstd::observer_ptr<view_node_t> tree_node_t::as_view_node()
32{

Callers 2

tree_to_jsonFunction · 0.80
attach_viewMethod · 0.80

Calls 1

make_observerFunction · 0.85

Tested by

no test coverage detected