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

Method persistent

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

Query if filter is persistent

Source from the content-addressed store, hash-verified

211 void enabled(bool enable) noexcept;
212 //! Query if filter is persistent
213 bool persistent() const noexcept {return persistent_;}
214 //! Query if the filter level
215 bool level() const noexcept {return level_;}
216 //! Query number of matching categories

Callers 6

saveMethod · 0.80
printFilterListEntryFunction · 0.80
listFiltersFunction · 0.80
disableFilterFunction · 0.80
enableFilterFunction · 0.80
unsetFilterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected