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

Function StringMapFieldKeyToString

internal/json.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146std::string StringMapFieldKeyToString(const google::protobuf::MapKey& key) {
147 return std::string(key.GetStringValue());
148}
149
150MapFieldKeyToString GetMapFieldKeyToString(
151 const google::protobuf::FieldDescriptor* absl_nonnull field) {

Callers

nothing calls this directly

Calls 1

GetStringValueMethod · 0.45

Tested by

no test coverage detected