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

Function IsCelTimestamp

eval/public/testing/matchers.cc:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138CelValueMatcher IsCelTimestamp(testing::Matcher<absl::Time> m) {
139 return CelValueMatcher(new CelValueMatcherImpl<absl::Time>(std::move(m)));
140}
141
142CelValueMatcher IsCelError(testing::Matcher<absl::Status> m) {
143 return CelValueMatcher(

Callers 2

TESTFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68