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

Function IsCelDuration

eval/public/testing/matchers.cc:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134CelValueMatcher IsCelDuration(testing::Matcher<absl::Duration> m) {
135 return CelValueMatcher(new CelValueMatcherImpl<absl::Duration>(std::move(m)));
136}
137
138CelValueMatcher IsCelTimestamp(testing::Matcher<absl::Time> m) {
139 return CelValueMatcher(new CelValueMatcherImpl<absl::Time>(std::move(m)));

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68