MCPcopy Create free account
hub / github.com/KDAB/codebrowser / DatabaseType

Enum DatabaseType

generator/main.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110#endif
111
112enum class DatabaseType {
113 InDatabase,
114 NotInDatabase,
115 ProcessFullDirectory
116};
117
118struct BrowserDiagnosticClient : clang::DiagnosticConsumer {
119 Annotator &annotator;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected