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

Function IsNotSubstring

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

Source from the content-addressed store, hash-verified

2593}
2594
2595AssertionResult IsNotSubstring(
2596 const char* needle_expr, const char* haystack_expr,
2597 const char* needle, const char* haystack) {
2598 return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack);
2599}
2600
2601AssertionResult IsNotSubstring(
2602 const char* needle_expr, const char* haystack_expr,

Callers

nothing calls this directly

Calls 1

IsSubstringImplFunction · 0.85

Tested by

no test coverage detected