MCPcopy Create free account
hub / github.com/apache/singa / IsNotSubstring

Function IsNotSubstring

test/gtest/gtest-all.cc:2779–2783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2777}
2778
2779AssertionResult IsNotSubstring(
2780 const char* needle_expr, const char* haystack_expr,
2781 const char* needle, const char* haystack) {
2782 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
2783}
2784
2785AssertionResult IsNotSubstring(
2786 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected