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

Function IsSubstring

test/common/gtest/gtest.cpp:3078–3082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3076// only), and return an appropriate error message when they fail.
3077
3078AssertionResult IsSubstring(
3079 const char* needle_expr, const char* haystack_expr,
3080 const char* needle, const char* haystack) {
3081 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
3082}
3083
3084AssertionResult IsSubstring(
3085 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected