MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / GetNumberValue

Method GetNumberValue

internal/json.cc:1554–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552 }
1553
1554 double GetNumberValue(const google::protobuf::MessageLite& message) const override {
1555 return reflection_.Value().GetNumberValue(
1556 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1557 }
1558
1559 well_known_types::StringValue GetStringValue(
1560 const google::protobuf::MessageLite& message, std::string& scratch) const override {

Callers 2

ValueDebugStringMethod · 0.45
ValueEqualMethod · 0.45

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected