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

Method GetKindCase

internal/json.cc:1543–1547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1541 }
1542
1543 google::protobuf::Value::KindCase GetKindCase(
1544 const google::protobuf::MessageLite& message) const override {
1545 return reflection_.Value().GetKindCase(
1546 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1547 }
1548
1549 bool GetBoolValue(const google::protobuf::MessageLite& message) const override {
1550 return reflection_.Value().GetBoolValue(

Callers 2

ValueDebugStringMethod · 0.45
ValueEqualMethod · 0.45

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected