MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / IsNotSubstring

Function IsNotSubstring

test/common/gtest/gtest.cpp:3090–3094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3088}
3089
3090AssertionResult IsNotSubstring(
3091 const char* needle_expr, const char* haystack_expr,
3092 const char* needle, const char* haystack) {
3093 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
3094}
3095
3096AssertionResult IsNotSubstring(
3097 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected