Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3407
GlobalSearchController* App::getGlobalSearchController() const {
3408
return mGlobalSearchController.get();
3409
}
3410
3411
const std::shared_ptr<FileSystemModel>& App::getFileSystemModel() const {
3412
return mFileSystemModel;
Callers
1
onMessage
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected