| 819 | } |
| 820 | |
| 821 | std::string TextDocument::getLoadingFilePath() const { |
| 822 | Lock l( mLoadingFilePathMutex ); |
| 823 | return mLoadingFilePath; |
| 824 | } |
| 825 | |
| 826 | URI TextDocument::getLoadingFileURI() const { |
| 827 | Lock l( mLoadingFilePathMutex ); |
no outgoing calls
no test coverage detected