Skip to contents

Thin wrapper around register_dafr_handler("inefficient", handler). Exists to match the Julia-facade wrapper's API.

Usage

inefficient_action_handler(handler)

Arguments

handler

One of ERROR_HANDLER, WARN_HANDLER, IGNORE_HANDLER, or a function function(message, ...).

Value

Invisibly NULL.

Examples

inefficient_action_handler(IGNORE_HANDLER)
inefficient_action_handler(function(msg) message("inefficient: ", msg))