Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Notify
Method
Notify
include/cli/detail/inputdevice.h:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
protected:
58
59
void Notify(std::pair<KeyType,char> k)
60
{
61
scheduler.Post([this,k](){ if (handler) handler(k); });
62
}
63
64
private:
65
Callers
nothing calls this directly
Calls
1
Post
Method · 0.45
Tested by
no test coverage detected