MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / sourcePathForDataset

Method sourcePathForDataset

pj_app/src/FileLoader.cpp:1113–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111}
1112
1113QString FileLoader::sourcePathForDataset(DatasetId dataset_id) const {
1114 const auto it = dataset_source_path_.find(dataset_id);
1115 return it != dataset_source_path_.end() ? it->second : QString();
1116}
1117
1118void FileLoader::untrackDataset(DatasetId dataset_id) {
1119 dataset_source_path_.erase(dataset_id);

Callers 3

TEST_FFunction · 0.80

Calls 3

QStringClass · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by 1

TEST_FFunction · 0.64