MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / glob_match

Function glob_match

test/test.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <test.hpp>
25
26static bool glob_match(const std::string& input, const std::string& pattern)
27{
28 return test::glob_match(input.begin(), input.end(), pattern.begin(), pattern.end());
29}
30
31TEST_CASE(globbing)
32{

Callers 3

TEST_CASEFunction · 0.85
glob_matchMethod · 0.85
glob_testsMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected