MCPcopy 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
868uint32_t InputFilter::getNumRules() const
869{
870 return static_cast<uint32_t>(m_ruleList.size());
871}
872
873bool InputFilter::operator==(const InputFilter &x) const
874{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected