Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pulse-Eight/libcec
/ QueueAddKey
Method
QueueAddKey
src/libcec/CECClient.cpp:1634–1637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1632
}
1633
1634
void CCECClient::QueueAddKey(const cec_keypress& key)
1635
{
1636
m_callbackCalls.Push(new CCallbackWrap(key));
1637
}
1638
1639
void CCECClient::QueueAddLog(const cec_log_message_cpp& message)
1640
{
Callers
nothing calls this directly
Calls
1
Push
Method · 0.80
Tested by
no test coverage detected