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

Method inlay_hint

src/server.rs:1019–1021  ·  view source on GitHub ↗
(&self, params: InlayHintParams)

Source from the content-addressed store, hash-verified

1017 }
1018
1019 async fn inlay_hint(&self, params: InlayHintParams) -> Result<Option<Vec<InlayHint>>> {
1020 self.inlay_hint_request(params).await
1021 }
1022
1023 async fn prepare_type_hierarchy(
1024 &self,

Callers

nothing calls this directly

Calls 1

inlay_hint_requestMethod · 0.80

Tested by

no test coverage detected