MCPcopy Create free account
hub / github.com/boostorg/asio / reset

Method reset

example/cpp11/http/server/request_parser.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void request_parser::reset()
23{
24 state_ = method_start;
25}
26
27request_parser::result_type request_parser::consume(request& req, char input)
28{

Callers 15

reenterFunction · 0.45
callbackMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
async_write_messagesFunction · 0.45
functionMethod · 0.45
itemMethod · 0.45
reenterFunction · 0.45
callbackMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
async_write_messagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected