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

Method int_value

python-package/compile/src/io/json11.cpp:271–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }
273const string & Json::string_value() const { return m_ptr->string_value(); }
274const vector<Json> & Json::array_items() const { return m_ptr->array_items(); }

Callers 3

GetForcedBinsMethod · 0.45
ForceSplitsMethod · 0.45
ForceSplitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected