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

Function CheckWellKnownStructMessage

common/values/parsed_json_map_value.cc:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52namespace common_internal {
53
54absl::Status CheckWellKnownStructMessage(const google::protobuf::Message& message) {
55 return internal::CheckJsonMap(message);
56}
57
58} // namespace common_internal
59

Callers 1

CheckStructMethod · 0.85

Calls 1

CheckJsonMapFunction · 0.50

Tested by

no test coverage detected