Liking cljdoc? Tell your friends :D

tupelo.uuid


countedclj

(counted)
source

counted-reset!clj

(counted-reset!)
source

dummyclj

source

dummy-strclj

source

nullclj

source

null-strclj

source

randclj

(rand)

Inputs: [] Returns: s/Str

Returns a random uuid

Inputs: []
Returns: s/Str

Returns a random uuid
sourceraw docstring

uuid-str?clj

(uuid-str? arg)

Inputs: [arg] Returns: s/Bool

Returns true iff the string shows a valid UUID-like pattern of hex digits. Does not distinguish between UUID subtypes.

Inputs: [arg]
Returns: s/Bool

Returns true iff the string shows a valid UUID-like pattern of hex digits. Does not
distinguish between UUID subtypes.
sourceraw docstring

with-countedcljmacro

(with-counted & forms)

For testing, replace all calls to uuid/rand with uuid/counted

For testing, replace all calls to uuid/rand with uuid/counted
sourceraw docstring

with-nullcljmacro

(with-null & forms)

For testing, replace all calls to uuid/rand with uuid/null

For testing, replace all calls to uuid/rand with uuid/null
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close