1 2 3 4 5 6 7 8 9 10 11
/** * Register a {{ method_name }} callback directly. */ {{ direct_name }}({{ full_sig }}): this { {% if has_meta %} this._app.{{ method_name }}({{ meta_args }}, handler); {% else %} this._app.{{ method_name }}(handler); {% endif %} return this; }