MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / type

Method type

src/io/json11.cpp:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 */
268
269Json::Type Json::type() const { return m_ptr->type(); }
270double Json::number_value() const { return m_ptr->number_value(); }
271int Json::int_value() const { return m_ptr->int_value(); }
272bool Json::bool_value() const { return m_ptr->bool_value(); }

Callers 3

operator==Method · 0.45
operator<Method · 0.45
has_shapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected