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