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

Method init

test/beast/http/write.cpp:952–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951
952 void
953 init(error_code& ec)
954 {
955 ec = {};
956 }
957
958 boost::optional<std::pair<const_buffers_type, bool>>
959 get(error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected