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

Method matches

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

Query number of matching categories

Source from the content-addressed store, hash-verified

215 bool level() const noexcept {return level_;}
216 //! Query number of matching categories
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

Callers 9

get_constraintFunction · 0.45
link_job_constraintFunction · 0.45
map_job_itemsFunction · 0.45
job_material_in_jobFunction · 0.45
job_cmdFunction · 0.45
printFilterListEntryFunction · 0.45
listFiltersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected