Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
setFilter
Function · 0.80
get_tags
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected