MCPcopy 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
999bool UICodeEditor::hasDocument() const {
1000 return mDoc.get() != nullptr;
1001}
1002
1003std::shared_ptr<Doc::TextDocument> UICodeEditor::getDocumentRef() const {
1004 return mDoc;

Calls 1

getMethod · 0.45

Tested by

no test coverage detected