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

Method Find

Modules/CppMicroServices/test/usServiceHooksTest.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void Find(const ModuleContext* context, const std::string& /*name*/,
131 const std::string& /*filter*/, ShrinkableVector<ServiceReferenceBase>& references) override
132 {
133 US_TEST_CONDITION(context == GetModuleContext(), "Module context");
134
135 references.clear();
136 ordering.push_back(id);
137 }
138
139 static std::vector<int> ordering;
140};

Callers

nothing calls this directly

Calls 2

GetModuleContextFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected