MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / document_link

Method document_link

src/server.rs:991–996  ·  view source on GitHub ↗
(&self, params: DocumentLinkParams)

Source from the content-addressed store, hash-verified

989 }
990
991 async fn document_link(&self, params: DocumentLinkParams) -> Result<Option<Vec<DocumentLink>>> {
992 let uri = params.text_document.uri.to_string();
993 self.handle_with_uri("document_link", &uri, |content| {
994 self.handle_document_link(&uri, content)
995 })
996 }
997
998 async fn selection_range(
999 &self,

Callers

nothing calls this directly

Calls 2

handle_with_uriMethod · 0.80
handle_document_linkMethod · 0.80

Tested by

no test coverage detected