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

Method BoundFlagRef

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

Source from the content-addressed store, hash-verified

5741 bool &m_ref;
5742
5743 explicit BoundFlagRef(bool &ref) : m_ref(ref) {
5744 }
5745
5746 auto setFlag(bool flag) -> ParserResult override {
5747 m_ref = flag;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected