Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ setCallback
Method
setCallback
src/server/chronotrigger.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
19
void ChronoTrigger::setCallback(std::function<void(int)> cb, uint32_t data) {
20
this->cb = cb;
21
this->data = data;
22
}
23
24
25
void ChronoTrigger::setStopCallback(std::function<void()> cb) {
Callers
3
main
Function · 0.80
run
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64