MCPcopy Create free account
hub / github.com/QuasarApp/CQtDeployer / containsModule

Method containsModule

src/Deploy/src/dependencymap.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool DependencyMap::containsModule(DeployCore::QtModule module) const {
85 return _qtModules & module;
86}
87
88bool DependencyMap::containsNeadedLib(const QString &lib) const {
89 return _neadedLibs.contains(lib);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected