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

Function CheckJson

internal/json.h:77–79  ·  view source on GitHub ↗

Checks that the instance of `google.protobuf.Value` has a descriptor which is well formed.

Source from the content-addressed store, hash-verified

75// Checks that the instance of `google.protobuf.Value` has a descriptor which is
76// well formed.
77inline absl::Status CheckJson(const google::protobuf::Value&) {
78 return absl::OkStatus();
79}
80absl::Status CheckJson(const google::protobuf::MessageLite& message);
81
82// Checks that the instance of `google.protobuf.ListValue` has a descriptor

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56