MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getDocumentRef

Method getDocumentRef

src/eepp/ui/uicodeeditor.cpp:1003–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003std::shared_ptr<Doc::TextDocument> UICodeEditor::getDocumentRef() const {
1004 return mDoc;
1005}
1006
1007const TextDocument& UICodeEditor::getDocument() const {
1008 return *mDoc.get();

Callers 15

createEditMenuMethod · 0.80
updateEditorTabTitleMethod · 0.80
loadFileFromPathMethod · 0.80
onCodeEditorCreatedMethod · 0.80
loadDocumentsMethod · 0.80
createListViewHelperMethod · 0.80
onRegisterMethod · 0.80
getLSPClientServersMethod · 0.80
getOneLSPClientServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected