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

Function IsSubstring

tests/gtest/src/gtest.cc:1777–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1775// only), and return an appropriate error message when they fail.
1776
1777AssertionResult IsSubstring(
1778 const char* needle_expr, const char* haystack_expr,
1779 const char* needle, const char* haystack) {
1780 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1781}
1782
1783AssertionResult IsSubstring(
1784 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