| 3109 | } |
| 3110 | |
| 3111 | Uint64 TextDocument::getCurrentChangeId() const { |
| 3112 | return mUndoStack.getCurrentChangeId(); |
| 3113 | } |
| 3114 | |
| 3115 | const std::string& TextDocument::getDefaultFileName() const { |
| 3116 | return mDefaultFileName; |
no outgoing calls
no test coverage detected