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

Method GetBoolValue

internal/json.cc:1549–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1547 }
1548
1549 bool GetBoolValue(const google::protobuf::MessageLite& message) const override {
1550 return reflection_.Value().GetBoolValue(
1551 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1552 }
1553
1554 double GetNumberValue(const google::protobuf::MessageLite& message) const override {
1555 return reflection_.Value().GetNumberValue(

Callers 4

BoolMapFieldKeyToStringFunction · 0.45
MapBoolFieldToValueMethod · 0.45
ValueDebugStringMethod · 0.45
ValueEqualMethod · 0.45

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected