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

Function CheckJsonMap

internal/json.h:91–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

89// Checks that the instance of `google.protobuf.Struct` has a descriptor which
90// is well formed.
91inline absl::Status CheckJsonMap(const google::protobuf::Struct&) {
92 return absl::OkStatus();
93}
94absl::Status CheckJsonMap(const google::protobuf::MessageLite& message);
95
96// Produces a debug string for the given instance of `google.protobuf.Value`.

Callers 2

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56