Files
openthread/tests
Abtin Keshavarzian fa7b012da9 [message] add method to append bytes read from another/same message (#6364)
This commit adds `Message::AppendBytesFromMessage()` which appends
bytes to a message read from another or potentially the same message
at a given offset. The bytes are read and copied directly (chunk by
chunk) without requiring an intermediate buffer. This commit also
updates `test_message` unit test to cover the behavior of the newly
added method (for both cases where the source and the destination
messages are the same or different).
2021-03-30 11:56:00 -07:00
..
2020-03-10 22:15:07 -07:00