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

Method removeExtraData

src/Deploy/src/dependencymap.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void DependencyMap::removeExtraData(const QString &data) {
77 _extraData -= data;
78}
79
80bool DependencyMap::containsSysLib(const QString &lib) const {
81 return _systemLibs.contains(lib);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected