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

Function CheckWellKnownListValueMessage

common/values/parsed_json_list_value.cc:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49namespace common_internal {
50
51absl::Status CheckWellKnownListValueMessage(const google::protobuf::Message& message) {
52 return internal::CheckJsonList(message);
53}
54
55} // namespace common_internal
56

Callers 1

CheckListValueMethod · 0.85

Calls 1

CheckJsonListFunction · 0.50

Tested by

no test coverage detected