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

Method GetStringValue

internal/json.cc:1559–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557 }
1558
1559 well_known_types::StringValue GetStringValue(
1560 const google::protobuf::MessageLite& message, std::string& scratch) const override {
1561 return reflection_.Value().GetStringValue(
1562 google::protobuf::DownCastMessage<google::protobuf::Message>(message), scratch);
1563 }
1564
1565 const google::protobuf::MessageLite& GetListValue(
1566 const google::protobuf::MessageLite& message) const override {

Callers 6

MapBytesFieldToValueMethod · 0.45
MapStringFieldToValueMethod · 0.45
NextMethod · 0.45
ValueDebugStringMethod · 0.45
ValueEqualMethod · 0.45

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected