MCPcopy Create free account
hub / github.com/commontk/CTK / moduleReference

Method moduleReference

Libs/CommandLineModules/Core/ctkCmdLineModuleManager.cpp:362–367  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

360
361//----------------------------------------------------------------------------
362ctkCmdLineModuleReference ctkCmdLineModuleManager::moduleReference(const QUrl &location) const
363{
364 QMutexLocker lock(&d->Mutex);
365 QHash<QUrl, ctkCmdLineModuleReference>::const_iterator iter = d->LocationToRef.find(location);
366 return (iter == d->LocationToRef.end()) ? ctkCmdLineModuleReference() : iter.value();
367}
368
369//----------------------------------------------------------------------------
370QList<ctkCmdLineModuleReference> ctkCmdLineModuleManager::moduleReferences() const

Callers 5

valueMethod · 0.45
valueMethod · 0.45
testCustomizationMethod · 0.45
operator()Method · 0.45
runMethod · 0.45

Calls 3

findMethod · 0.45
valueMethod · 0.45

Tested by 3

valueMethod · 0.36
valueMethod · 0.36
testCustomizationMethod · 0.36