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

Function IsSubstring

source/test/gtest/src/gtest.cc:1817–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815// only), and return an appropriate error message when they fail.
1816
1817AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr,
1818 const char* needle, const char* haystack) {
1819 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1820}
1821
1822AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr,
1823 const wchar_t* needle, const wchar_t* haystack) {

Callers 1

gtest.hFile · 0.85

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected