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

Method match

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

Source from the content-addressed store, hash-verified

136 {}
137
138 bool match(const std::string& value) const
139 {
140 return std::regex_match(value, match_);
141 }
142
143 operator const std::string&() const noexcept
144 {

Callers 3

mainFunction · 0.80
setFilterFunction · 0.80
get_tagsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected