Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ ResourceComparator
Class
ResourceComparator
Modules/CppMicroServices/test/usStaticModuleResourceTest.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
struct ResourceComparator {
41
bool operator()(const ModuleResource& mr1, const ModuleResource& mr2) const
42
{
43
return mr1 < mr2;
44
}
45
};
46
47
void testResourceOperators(Module* module)
48
{
Callers
1
testResourcesWithStaticImport
Function · 0.70
Calls
no outgoing calls
Tested by
1
testResourcesWithStaticImport
Function · 0.56