Skip to content

Commit

Permalink
refactor(rpc): make [Call.to_dyn] public (#6797)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Dec 28, 2022
1 parent d56cb35 commit cc6c138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otherlibs/dune-rpc/private/dune_rpc_private.mli
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ module Call : sig
; params : Csexp.t
}

val to_dyn : t -> Dyn.t

val create : ?params:Csexp.t -> method_:Method.Name.t -> unit -> t
end

Expand Down

0 comments on commit cc6c138

Please sign in to comment.