MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / isValid

Method isValid

CesiumGeospatial/src/S2CellID.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80S2CellID::S2CellID(uint64_t id) : _id(id) {}
81
82bool S2CellID::isValid() const { return GoogleS2CellID(this->_id).is_valid(); }
83
84std::string S2CellID::toToken() const {
85 return GoogleS2CellID(this->_id).ToToken();

Callers 2

TestS2CellID.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected