MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / cardinality

Method cardinality

extras/tests/catch/catch.hpp:9288–9293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9286 }
9287
9288 auto cardinality() const -> size_t override {
9289 if( m_ref->isContainer() )
9290 return 0;
9291 else
9292 return 1;
9293 }
9294
9295 auto hint() const -> std::string { return m_hint; }
9296 };

Callers

nothing calls this directly

Calls 1

isContainerMethod · 0.45

Tested by

no test coverage detected