Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CheckWellKnownStructMessage
Function
CheckWellKnownStructMessage
common/values/parsed_json_map_value.cc:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
namespace common_internal {
53
54
absl::Status CheckWellKnownStructMessage(const google::protobuf::Message& message) {
55
return internal::CheckJsonMap(message);
56
}
57
58
} // namespace common_internal
59
Callers
1
CheckStruct
Method · 0.85
Calls
1
CheckJsonMap
Function · 0.50
Tested by
no test coverage detected