package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file Code_lens.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(*
 * SPDX-FileCopyrightText: 2024 The Forester Project Contributors AND The RedPRL Development Team
 *
 * SPDX-License-Identifier: GPL-3.0-or-later OR Apache-2.0 WITH LLVM-exception
 *
 *)

open struct module L = Lsp.Types end

let compute (params : L.CodeLensParams.t) =
  let _server = Lsp_state.get () in
  match params with
  | _ -> []
OCaml

Innovation. Community. Security.