MCPcopy Create free account
hub / github.com/commontk/CTK / operator()

Method operator()

Libs/CommandLineModules/Core/ctkCmdLineModuleConcurrentHelpers.cpp:38–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//----------------------------------------------------------------------------
38ctkCmdLineModuleReferenceResult ctkCmdLineModuleConcurrentRegister::operator()(const QString& moduleLocation)
39{
40 return this->operator ()(QUrl::fromLocalFile(moduleLocation));
41}
42
43//----------------------------------------------------------------------------
44ctkCmdLineModuleReferenceResult ctkCmdLineModuleConcurrentRegister::operator()(const QUrl& moduleUrl)

Callers

nothing calls this directly

Calls 6

operator ()Method · 0.80
registerModuleMethod · 0.80
unregisterModuleMethod · 0.80
messageMethod · 0.45
moduleReferenceMethod · 0.45

Tested by

no test coverage detected