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

Method cardinality

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

Source from the content-addressed store, hash-verified

5865 }
5866
5867 auto cardinality() const -> size_t override {
5868 if (m_ref->isContainer())
5869 return 0;
5870 else
5871 return 1;
5872 }
5873
5874 auto hint() const -> std::string {
5875 return m_hint;

Callers

nothing calls this directly

Calls 1

isContainerMethod · 0.45

Tested by

no test coverage detected