MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / IsNotSubstring

Function IsNotSubstring

tests/gtest/src/gtest.cc:1789–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787}
1788
1789AssertionResult IsNotSubstring(
1790 const char* needle_expr, const char* haystack_expr,
1791 const char* needle, const char* haystack) {
1792 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1793}
1794
1795AssertionResult IsNotSubstring(
1796 const char* needle_expr, const char* haystack_expr,

Callers 1

gtest.hFile · 0.50

Calls 1

IsSubstringImplFunction · 0.70

Tested by

no test coverage detected