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

Function StringValueIs

common/value_testing.cc:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218ValueMatcher StringValueIs(Matcher<std::string> m) {
219 return ValueMatcher(new StringTypeMatcherImpl<StringValue>(std::move(m)));
220}
221
222ValueMatcher BytesValueIs(Matcher<std::string> m) {
223 return ValueMatcher(new StringTypeMatcherImpl<BytesValue>(std::move(m)));

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected