MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / fill

Function fill

3rd/asio-1.24.0/include/asio/buffered_stream.hpp:191–194  ·  view source on GitHub ↗

Fill the buffer with some data. Returns the number of bytes placed in the buffer as a result of the operation. Throws an exception on failure.

Source from the content-addressed store, hash-verified

189 /// Fill the buffer with some data. Returns the number of bytes placed in the
190 /// buffer as a result of the operation. Throws an exception on failure.
191 std::size_t fill()
192 {
193 return stream_impl_.fill();
194 }
195
196 /// Fill the buffer with some data. Returns the number of bytes placed in the
197 /// buffer as a result of the operation, or 0 if an error occurred.

Callers 3

dump_floatFunction · 0.85
dump_floatFunction · 0.85
CalculatePrimesUpToMethod · 0.85

Calls 1

fillMethod · 0.80

Tested by

no test coverage detected