MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getGlobalSearchController

Method getGlobalSearchController

src/tools/ecode/ecode.cpp:3407–3409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3405}
3406
3407GlobalSearchController* App::getGlobalSearchController() const {
3408 return mGlobalSearchController.get();
3409}
3410
3411const std::shared_ptr<FileSystemModel>& App::getFileSystemModel() const {
3412 return mFileSystemModel;

Callers 1

onMessageMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected