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

Function BytesValueIs

common/value_testing.cc:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222ValueMatcher BytesValueIs(Matcher<std::string> m) {
223 return ValueMatcher(new StringTypeMatcherImpl<BytesValue>(std::move(m)));
224}
225
226ValueMatcher MapValueIs(Matcher<MapValue> m) {
227 return ValueMatcher(new AbstractTypeMatcherImpl<MapValue>(std::move(m)));

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected