Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ getNumRules
Method
getNumRules
src/lib/server/InputFilter.cpp:868–871 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
866
}
867
868
uint32_t InputFilter::getNumRules() const
869
{
870
return static_cast<uint32_t>(m_ruleList.size());
871
}
872
873
bool InputFilter::operator==(const InputFilter &x) const
874
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected