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

Method getLoadingFilePath

src/eepp/ui/doc/textdocument.cpp:821–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821std::string TextDocument::getLoadingFilePath() const {
822 Lock l( mLoadingFilePathMutex );
823 return mLoadingFilePath;
824}
825
826URI TextDocument::getLoadingFileURI() const {
827 Lock l( mLoadingFilePathMutex );

Callers 4

onRealDocumentLoadedMethod · 0.80
saveNodeMethod · 0.80
supportsLSPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected