Back

analyze-reg-sub (clj)

(source)

function

(analyze-reg-sub ctx expr fq-def)
Analyzes re-frame subscription registration. Apart from `analyze-reg` functionality it takes care of the analysis of `:<-` syntactic sugar referencing other subscriptions so those can be tracked. Signal function does not need special analysis as it uses `subscribe` calls which `analyze-subscribe` takes care of. See also [[analyze-reg]], [[analyze-subscribe]] https://day8.github.io/re-frame/api-re-frame.core/#reg-sub

Examples