MCPcopy Create free account
hub / github.com/apache/singa / IsSubstring

Function IsSubstring

test/gtest/gtest-all.cc:2767–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2765// only), and return an appropriate error message when they fail.
2766
2767AssertionResult IsSubstring(
2768 const char* needle_expr, const char* haystack_expr,
2769 const char* needle, const char* haystack) {
2770 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
2771}
2772
2773AssertionResult IsSubstring(
2774 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected