MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / IsNotSubstring

Function IsNotSubstring

source/test/gtest/src/gtest.cc:1827–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1825}
1826
1827AssertionResult IsNotSubstring(const char* needle_expr,
1828 const char* haystack_expr, const char* needle,
1829 const char* haystack) {
1830 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
1831}
1832
1833AssertionResult IsNotSubstring(const char* needle_expr,
1834 const char* haystack_expr, const wchar_t* needle,

Callers 1

gtest.hFile · 0.85

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected