R/register.R
is_registered_method.Rd
Check Whether a Method Is Registered
is_registered_method(name)
Method name (character string).
TRUE if the method has been registered via register_method(), FALSE otherwise.
TRUE
register_method()
FALSE
is_registered_method("foo") #> [1] FALSE