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

Method less

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

Source from the content-addressed store, hash-verified

174 int int_value() const override { return static_cast<int>(m_value); }
175 bool equals(const JsonValue * other) const override { return m_value == other->number_value(); }
176 bool less(const JsonValue * other) const override { return m_value < other->number_value(); }
177 public:
178 explicit JsonDouble(double value) : Value(value) {}
179};

Callers

nothing calls this directly

Calls 1

number_valueMethod · 0.45

Tested by

no test coverage detected