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

Function TimestampValueIs

common/value_testing.cc:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203ValueMatcher TimestampValueIs(Matcher<absl::Time> m) {
204 return ValueMatcher(
205 new SimpleTypeMatcherImpl<TimestampValue, absl::Time>(std::move(m)));
206}
207
208ValueMatcher DurationValueIs(Matcher<absl::Duration> m) {
209 return ValueMatcher(

Callers 4

TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected