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

Method hasCodeCompletionSupport

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

Source from the content-addressed store, hash-verified

225public:
226 BrowserAction(DatabaseType WasInDatabase = DatabaseType::InDatabase) : WasInDatabase(WasInDatabase) {}
227 virtual bool hasCodeCompletionSupport() const override { return true; }
228 static ProjectManager *projectManager;
229};
230

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected