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

Method init

test/beast/http/write.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void
69 init(error_code& ec)
70 {
71 ec = {};
72 }
73
74 boost::optional<std::pair<const_buffers_type, bool>>
75 get(error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected