Function sway_lsp::handlers::request::handle_code_lens

source ยท
pub async fn handle_code_lens(
    state: &ServerState,
    params: CodeLensParams,
) -> Result<Option<Vec<CodeLens>>>