nickva commented on code in PR #5603:
URL: https://github.com/apache/couchdb/pull/5603#discussion_r2234462680
##########
src/fabric/src/fabric.erl:
##########
@@ -185,6 +194,25 @@ set_security(DbName, SecObj) ->
set_security(DbName, SecObj, Options) ->
fabric_db_meta:set_security(dbname(DbName), SecObj, opts(Options)).
+%% @doc reset the time seq data structure
+-spec set_time_seq(dbname(), any()) -> ok.
Review Comment:
I added `-spec set_time_seq(dbname(), couch_time_seq:time_seq()) -> ok.`
type annotations to `fabric`
Then `-export_type([time_seq/0]).` plus a few other suggested types to
`couch_time_seq` module.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]