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

Method feed

test/beast/http/basic_parser.cpp:977–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975
976 template<class ConstBufferSequence, bool isRequest>
977 std::size_t
978 feed(ConstBufferSequence const& buffers,
979 basic_parser<isRequest>& p, error_code& ec)
980 {
981 p.eager(true);
982 return p.put(buffers, ec);
983 }
984
985 void
986 testBody()

Callers

nothing calls this directly

Calls 2

eagerMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected