(&self, params: InlayHintParams)
| 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, |
nothing calls this directly
no test coverage detected