Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isUntitledEmpty
Method
isUntitledEmpty
src/eepp/ui/doc/textdocument.cpp:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
bool TextDocument::isUntitledEmpty() const {
361
return isEmpty() && !hasFilepath();
362
}
363
364
void TextDocument::reset() {
365
mHash = {};
Callers
4
onCodeEditorCreated
Method · 0.80
closeTab
Method · 0.80
addEditorPositionToNavigationHistory
Method · 0.80
updateCurrentPositionInNavigationHistory
Method · 0.80
Calls
1
isEmpty
Function · 0.85
Tested by
no test coverage detected