pub fn has_endpoint(endpoint: &str) -> bool
Returns whether an endpoint handler is registered for the given endpoint name.
An invalid endpoint name returns false, because registration rejects such names.
false