qryflow_handler_exists: Check existence of a given handler in the registry

View source: R/handlers.R

qryflow_handler_existsR Documentation

Check existence of a given handler in the registry

Description

Checks whether the specified handler exists in the handler registry environment.

Usage

qryflow_handler_exists(type)

Arguments

type

chunk type to check (e.g., "query", "exec")

Value

Logical. Does type exist in the handler registry?

See Also

qryflow_parser_exists() for the parser equivalent.

Examples

qryflow_handler_exists("query")

qryflow documentation built on Aug. 8, 2025, 7:39 p.m.