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

Method is_array

include/LightGBM/json11.hpp:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 bool is_bool() const { return type() == BOOL; }
119 bool is_string() const { return type() == STRING; }
120 bool is_array() const { return type() == ARRAY; }
121 bool is_object() const { return type() == OBJECT; }
122
123 // Return the enclosed value if this is a number, 0 otherwise. Note that json11 does not

Callers 1

GetForcedBinsMethod · 0.45

Calls 1

typeEnum · 0.85

Tested by

no test coverage detected