Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ hasFilepath
Method
hasFilepath
src/eepp/ui/doc/textdocument.cpp:352–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
bool TextDocument::hasFilepath() const {
353
return mDefaultFileName != mFilePath;
354
}
355
356
bool TextDocument::isEmpty() const {
357
return linesCount() == 1 && line( 0 ).size() == 1;
Callers
15
saveAllProcess
Method · 0.80
openDocumentsModel
Method · 0.80
createDocumentMenu
Method · 0.80
createEditMenu
Method · 0.80
saveDoc
Method · 0.80
saveAllProcess
Method · 0.80
onFileDropped
Method · 0.80
getCurrentWorkingDir
Method · 0.80
getCurrentFileDir
Method · 0.80
syncProjectTreeWithEditor
Method · 0.80
onRealDocumentLoaded
Method · 0.80
onCodeEditorCreated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected