Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ PartialMatch
Function
PartialMatch
rtpose_wrapper/src/gtest/gtest.h:1902–1904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1900
return FullMatch(str.c_str(), re);
1901
}
1902
static bool PartialMatch(const ::std::string& str, const RE& re) {
1903
return PartialMatch(str.c_str(), re);
1904
}
1905
1906
#if GTEST_HAS_GLOBAL_STRING
1907
Callers
1
Passed
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected