Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdeconnect-kde
/ arraySize
Function
arraySize
plugins/mousepad/windowsremoteinput.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
template<typename T, size_t N>
52
size_t arraySize(T (&arr)[N])
53
{
54
(void)arr;
55
return N;
56
}
57
58
WindowsRemoteInput::WindowsRemoteInput(QObject *parent)
59
: AbstractRemoteInput(parent)
Callers
1
handlePacket
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected