(*with-compiled-query-fn* model compiled-query f)
The function that should be invoked by with-compiled-query
. By default, the multimethod do-with-compiled-query
,
but if you need to do some sort of crazy mocking you can swap this out with something else.
See toucan2.tools.compile/build
for an example usage.
The function that should be invoked by [[with-compiled-query]]. By default, the multimethod [[do-with-compiled-query]], but if you need to do some sort of crazy mocking you can swap this out with something else. See [[toucan2.tools.compile/build]] for an example usage.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close