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

Function CheckJsonList

internal/json.h:84–86  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82// Checks that the instance of `google.protobuf.ListValue` has a descriptor
83// which is well formed.
84inline absl::Status CheckJsonList(const google::protobuf::ListValue&) {
85 return absl::OkStatus();
86}
87absl::Status CheckJsonList(const google::protobuf::MessageLite& message);
88
89// Checks that the instance of `google.protobuf.Struct` has a descriptor which

Callers 2

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56