Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void wl_idle_call::execute()
85
{
86
source = nullptr;
87
if (call)
88
{
89
call();
90
}
91
}
92
93
template<bool Repeat>
94
wl_timer<Repeat>::~wl_timer()
Callers
1
handle_idle_listener
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected