MCPcopy Create free account
hub / github.com/comaps/comaps / IsGood

Method IsGood

libs/search/locality_finder.cpp:59–59  ·  view source on GitHub ↗

Filter overrides:

Source from the content-addressed store, hash-verified

57
58 // Filter overrides:
59 bool IsGood(uint32_t id) const override { return m_cbv.HasBit(id); }
60
61private:
62 CBV m_cbv;

Callers

nothing calls this directly

Calls 1

HasBitMethod · 0.80

Tested by

no test coverage detected