MCPcopy Create free account
hub / github.com/boostorg/beast / hooks

Method hooks

test/bench/parser/nodejs_parser.hpp:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285template<class Derived>
286http_parser_settings const*
287nodejs_basic_parser<Derived>::hooks()
288{
289 static hooks_t const h;
290 return &h;
291}
292
293template<class Derived>
294nodejs_basic_parser<Derived>::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected