| 284 | |
| 285 | template<class Derived> |
| 286 | http_parser_settings const* |
| 287 | nodejs_basic_parser<Derived>::hooks() |
| 288 | { |
| 289 | static hooks_t const h; |
| 290 | return &h; |
| 291 | } |
| 292 | |
| 293 | template<class Derived> |
| 294 | nodejs_basic_parser<Derived>:: |
nothing calls this directly
no outgoing calls
no test coverage detected