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

Method CheckStruct

common/values/parsed_json_map_value.h:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 friend class common_internal::MapValueMixin<ParsedJsonMapValue>;
201
202 static absl::Status CheckStruct(
203 const google::protobuf::Message* absl_nullable message) {
204 return message == nullptr
205 ? absl::OkStatus()
206 : common_internal::CheckWellKnownStructMessage(*message);
207 }
208
209 static absl::Status CheckArena(const google::protobuf::Message* absl_nullable message,
210 google::protobuf::Arena* absl_nonnull arena) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected