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

Function ErrorValueIs

common/value_testing.cc:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213ValueMatcher ErrorValueIs(Matcher<absl::Status> m) {
214 return ValueMatcher(
215 new SimpleTypeMatcherImpl<ErrorValue, absl::Status>(std::move(m)));
216}
217
218ValueMatcher StringValueIs(Matcher<std::string> m) {
219 return ValueMatcher(new StringTypeMatcherImpl<StringValue>(std::move(m)));

Callers 15

TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 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