MCPcopy Create free account
hub / github.com/MITK/MITK / Matches

Function Matches

Modules/CppMicroServices/test/usModuleResourceContainerTest.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace {
20
21bool Matches(const std::string& name, const std::string& pattern)
22{
23 return ModuleResourceContainer::Matches(name, pattern);
24}
25
26}
27

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected