Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isLoading
Method
isLoading
src/eepp/ui/doc/textdocument.cpp:1159–1161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1157
}
1158
1159
bool TextDocument::isLoading() const {
1160
return mLoading;
1161
}
1162
1163
bool TextDocument::isDeleteOnClose() const {
1164
return mDeleteOnClose;
Callers
5
addEditorPositionToNavigationHistory
Method · 0.45
updateCurrentPositionInNavigationHistory
Method · 0.45
goBackInNavigationHistory
Method · 0.45
goForwardInNavigationHistory
Method · 0.45
invalidateCache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected