MCPcopy 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
12int AppCommandList::GetCount() const {
13 return static_cast<int>(_commands.size());
14}
15
16bool AppCommandList::Execute() {
17 for (auto& cmd : _commands)

Callers 2

OnEditPasteMethod · 0.45
CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected