Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ DoubleValueIs
Function
DoubleValueIs
common/value_testing.cc:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
ValueMatcher DoubleValueIs(Matcher<double> m) {
199
return ValueMatcher(
200
new SimpleTypeMatcherImpl<DoubleValue, double>(std::move(m)));
201
}
202
203
ValueMatcher TimestampValueIs(Matcher<absl::Time> m) {
204
return ValueMatcher(
Callers
7
TEST
Function · 0.85
TEST_F
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