MCPcopy Create free account
hub / github.com/KDE/kdevelop / convertToRemoteUrl

Method convertToRemoteUrl

kdevplatform/debugger/util/pathmappings.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59QUrl PathMappings::convertToRemoteUrl(const KConfigGroup& config, const QUrl& localUrl)
60{
61 KConfigGroup cfg = config.group(pathMappingsEntry);
62 return rebaseMatchingUrl(localUrl, cfg, pathMappingLocalEntry, pathMappingRemoteEntry);
63}
64
65
66class PathMappingModel : public QAbstractTableModel

Callers

nothing calls this directly

Calls 1

rebaseMatchingUrlFunction · 0.85

Tested by

no test coverage detected