MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / addNormalLocation

Method addNormalLocation

src/core/storage_location.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void addNormalLocation(const QString& path)
179 {
180 auto hint = storageAccessGranted() ? StorageLocation::HintNormal : StorageLocation::HintNoAccess;
181 data.insert(data.begin() + normal, {path, hint});
182 ++normal;
183 }
184
185 void addApplicationLocation(const QString& path)
186 {

Callers 1

knownLocationsFunction · 0.80

Calls 3

storageAccessGrantedFunction · 0.85
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected