* Commits the specified number of bytes (previously obtained via @c prepare()) for reading. * * This function makes the specified number of bytes available in the body buffer for reading. * * @param size The number of bytes to commit */
| 226 | * @param size The number of bytes to commit |
| 227 | */ |
| 228 | void Commit(std::size_t size) { Base::body().Buffer().commit(size); } |
| 229 | |
| 230 | /** |
| 231 | * Prepare a buffer of the specified size for writing. |
no outgoing calls
no test coverage detected