Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ UintValueIs
Function
UintValueIs
common/value_testing.cc:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
ValueMatcher UintValueIs(Matcher<uint64_t> m) {
194
return ValueMatcher(
195
new SimpleTypeMatcherImpl<UintValue, uint64_t>(std::move(m)));
196
}
197
198
ValueMatcher DoubleValueIs(Matcher<double> m) {
199
return ValueMatcher(
Callers
6
TEST
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
value_end_to_end_test.cc
File · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected