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

Method execute

src/util.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void wl_idle_call::execute()
85{
86 source = nullptr;
87 if (call)
88 {
89 call();
90 }
91}
92
93template<bool Repeat>
94wl_timer<Repeat>::~wl_timer()

Callers 1

handle_idle_listenerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected