MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / IsSubstring

Function IsSubstring

rtpose_wrapper/src/gtest/gtest-all.cpp:2583–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2581// only), and return an appropriate error message when they fail.
2582
2583AssertionResult IsSubstring(
2584 const char* needle_expr, const char* haystack_expr,
2585 const char* needle, const char* haystack) {
2586 return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack);
2587}
2588
2589AssertionResult IsSubstring(
2590 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected