Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ RunCallback
Method
RunCallback
src/gui/main.cc:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void RunCallback() const
45
{
46
_callback();
47
}
48
49
private:
50
std::function<void()> _callback;
Callers
1
OnExec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected