Handbook
Glossary
get-uuids ( server -- server )
Vocabulary
couchdb
Inputs
server
an
object
Outputs
server
an
object
Definition
USING:
accessors
kernel
;
IN:
couchdb
:
get-uuids
( server -- server )
dup
uuids-get
[
nip
]
curry
change-uuids
;