We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to test such as #589. (like add_incorrect_data/1 for compaction tests)
-module(leo_object_storage_api). -ifdef(TEST). -spec(overwrite_data(Offset, Bin) -> ok | {error, any()} when Offset::pos_integer(), Bin::binary()). -endif.
Activity