(build-update-handler storage events)
Handles a build update event. Because many events may come in close proximity, we need to queue them to avoid losing data.
Handles a build update event. Because many events may come in close proximity, we need to queue them to avoid losing data.
(patch-build storage sid patch)
Patches the existing build, by merging it with patch
, which is either
a map, or a function that takes the existing build and returns the patch map.
Returns the updated build, or nil
if the build was not found.
Patches the existing build, by merging it with `patch`, which is either a map, or a function that takes the existing build and returns the patch map. Returns the updated build, or `nil` if the build was not found.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close