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

Method getCurDocURI

src/tools/ecode/universallocator.cpp:1097–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097std::string UniversalLocator::getCurDocURI() {
1098 return mSplitter->curEditorIsNotNull()
1099 ? mSplitter->getCurEditor()->getDocument().getURI().toString()
1100 : "";
1101}
1102
1103PluginRequestHandle UniversalLocator::processResponse( const PluginMessage& msg ) {
1104 if ( msg.isResponse() && msg.type == PluginMessageType::WorkspaceSymbol &&

Callers

nothing calls this directly

Calls 5

curEditorIsNotNullMethod · 0.80
getURIMethod · 0.80
getDocumentMethod · 0.80
getCurEditorMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected