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

Function IsNotSubstring

tests/gtest/gtest-all.cc:3109–3113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3107}
3108
3109AssertionResult IsNotSubstring(
3110 const char* needle_expr, const char* haystack_expr,
3111 const char* needle, const char* haystack) {
3112 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
3113}
3114
3115AssertionResult IsNotSubstring(
3116 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected