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.
1 parent fa7439a commit b094229Copy full SHA for b094229
README.md
@@ -90,9 +90,7 @@ let config =
90
;b2b = [Crc32c]}
91
;index_location = Start};;
92
let codec_chain =
93
- {a2a = []
94
- ;a2b = ShardingIndexed config
95
- ;b2b = [Crc32c]};;
+ {a2a = []; a2b = ShardingIndexed config; b2b = []};;
96
97
let shard_node = Result.get_ok @@ ArrayNode.(group_node / "another");;
98
@@ -124,7 +122,6 @@ FilesystemStore.array_exists store shard_node;;
124
122
FilesystemStore.group_exists store group_node;;
125
123
126
let a, g =
127
- Result.get_ok @@
128
FilesystemStore.find_child_nodes store group_node;;
129
List.map ArrayNode.to_path a;;
130
(*- : string list = ["/some/group/name"; "/some/group/another"] *)
0 commit comments