We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_tree/1
1 parent 5d14401 commit 7be79a4Copy full SHA for 7be79a4
src/khepri_machine_v0.erl
@@ -88,7 +88,7 @@ get_config(#khepri_machine{config = Config}) ->
88
89
-spec get_tree(State) -> Tree when
90
State :: khepri_machine_v0:state(),
91
- Tree :: khepri_tree:tree().
+ Tree :: khepri_tree:tree_v0().
92
%% @doc Returns the tree from the given state.
93
%%
94
%% @private
0 commit comments