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