Liking cljdoc? Tell your friends :D

dots.node.fs.open-dir-options


buffer-sizecljs

(buffer-size open-dir-options)

Number of directory entries that are buffered internally when reading from the directory. Higher values lead to better performance but higher memory usage.

Number of directory entries that are buffered
internally when reading from the directory. Higher values lead to better
performance but higher memory usage.
sourceraw docstring

encodingcljs

(encoding open-dir-options)
source

recursive?cljs

(recursive? open-dir-options)
source

set-buffer-size!cljs

(set-buffer-size! open-dir-options value)

Number of directory entries that are buffered internally when reading from the directory. Higher values lead to better performance but higher memory usage.

Number of directory entries that are buffered
internally when reading from the directory. Higher values lead to better
performance but higher memory usage.
sourceraw docstring

set-encoding!cljs

(set-encoding! open-dir-options value)
source

set-recursive!cljs

(set-recursive! open-dir-options value)
source

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

× close