MCPcopy Create free account
hub / github.com/DFHack/dfhack / addMatch

Method addMatch

plugins/debug.cpp:219–219  ·  view source on GitHub ↗

Add matches count for the initial category filter matching

Source from the content-addressed store, hash-verified

217 size_t matches() const noexcept {return matches_;}
218 //! Add matches count for the initial category filter matching
219 void addMatch() noexcept {++matches_;}
220 //! Return the category filter text
221 const std::string& categoryText() const noexcept {return categoryText_;}
222 //! Return the plugin filter text

Callers 2

setFilterFunction · 0.80
enableFilterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected