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

Function IsSubstring

tests/external/gmock-1.7.0/gtest/src/gtest.cc:1283–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281// only), and return an appropriate error message when they fail.
1282
1283AssertionResult IsSubstring(
1284 const char* needle_expr, const char* haystack_expr,
1285 const char* needle, const char* haystack) {
1286 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
1287}
1288
1289AssertionResult IsSubstring(
1290 const char* needle_expr, const char* haystack_expr,

Callers 1

TESTFunction · 0.50

Calls 1

IsSubstringImplFunction · 0.70

Tested by

no test coverage detected