R/handlers.R
qryflow_handler_exists.Rd
Checks whether the specified handler exists in the handler registry environment.
qryflow_handler_exists(type)
chunk type to check (e.g., "query", "exec")
Logical. Does type exist in the handler registry?
type
qryflow_handler_exists("query") #> [1] TRUE