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

Class BenchData

plugins/projectfilter/tests/test_projectfilter.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62struct BenchData
63{
64 BenchData(const Path &path = Path(), bool isFolder = false)
65 : path(path)
66 , isFolder(isFolder)
67 {}
68
69 Path path;
70 bool isFolder;
71};
72
73}
74

Callers 1

createBenchDataFunction · 0.85

Calls

no outgoing calls

Tested by 1

createBenchDataFunction · 0.68