Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ GetCount
Method
GetCount
WinArk/AppCommandBase.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
int AppCommandList::GetCount() const {
13
return static_cast<int>(_commands.size());
14
}
15
16
bool AppCommandList::Execute() {
17
for (auto& cmd : _commands)
Callers
2
OnEditPaste
Method · 0.45
CopyTo
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected