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

Method blockSlot

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

Source from the content-addressed store, hash-verified

502}
503
504DebugManager::categorySignal_t::BlockGuard FilterManager::blockSlot() noexcept
505{
506 TRACE(filter) << "Temporary disable FilterManager::connection_" << std::endl;
507 return {connection_};
508}
509
510//! \brief Helper to parse optional regex string safely
511static command_result parseRegexParam(std::regex& target,

Callers 1

setFilterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected