MCPcopy 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
360bool TextDocument::isUntitledEmpty() const {
361 return isEmpty() && !hasFilepath();
362}
363
364void TextDocument::reset() {
365 mHash = {};

Calls 1

isEmptyFunction · 0.85

Tested by

no test coverage detected