(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |