Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ hasDocument
Method
hasDocument
src/eepp/ui/uicodeeditor.cpp:999–1001 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
997
}
998
999
bool UICodeEditor::hasDocument() const {
1000
return mDoc.get() != nullptr;
1001
}
1002
1003
std::shared_ptr<Doc::TextDocument> UICodeEditor::getDocumentRef() const {
1004
return mDoc;
Callers
4
addEditorPositionToNavigationHistory
Method · 0.45
updateCurrentPositionInNavigationHistory
Method · 0.45
goBackInNavigationHistory
Method · 0.45
goForwardInNavigationHistory
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected