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

Function DurationValueIs

common/value_testing.cc:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208ValueMatcher DurationValueIs(Matcher<absl::Duration> m) {
209 return ValueMatcher(
210 new SimpleTypeMatcherImpl<DurationValue, absl::Duration>(std::move(m)));
211}
212
213ValueMatcher ErrorValueIs(Matcher<absl::Status> m) {
214 return ValueMatcher(

Callers 6

TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected