MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / IsSubstring

Function IsSubstring

tests/gtest/gtest-all.cc:3097–3101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3095// only), and return an appropriate error message when they fail.
3096
3097AssertionResult IsSubstring(
3098 const char* needle_expr, const char* haystack_expr,
3099 const char* needle, const char* haystack) {
3100 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
3101}
3102
3103AssertionResult IsSubstring(
3104 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected