MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / tryOpen

Method tryOpen

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10198–10201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10196}
10197
10198void SectionTracker::tryOpen() {
10199 if (!isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name))
10200 open();
10201}
10202
10203void SectionTracker::addInitialFilters(std::vector<std::string> const &filters) {
10204 if (!filters.empty()) {

Callers 1

catch.hppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected