MCPcopy 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

57protected:
58
59 void Notify(std::pair<KeyType,char> k)
60 {
61 scheduler.Post([this,k](){ if (handler) handler(k); });
62 }
63
64private:
65

Callers

nothing calls this directly

Calls 1

PostMethod · 0.45

Tested by

no test coverage detected