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

Class CacheEntry

plugins/custommake/makefileresolver/makefileresolver.cpp:49–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 static const int processTimeoutSeconds = 30;
48
49 struct CacheEntry
50 {
51 CacheEntry()
52 { }
53 ModificationRevisionSet modificationTime;
54 Path::List paths;
55 Path::List frameworkDirectories;
56 QHash<QString, QString> defines;
57 QString errorMessage, longErrorMessage;
58 bool failed = false;
59 QMap<QString,bool> failedFiles;
60 QDateTime failTime;
61 };
62 using Cache = QMap<QString, CacheEntry>;
63
64 static Cache s_cache;

Callers 1

resolveIncludePathMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected