mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 20:00:59 +00:00
This function did a const_cast internally which made the call side look "safe". This method is removed completely and call sites are replaced with ByteBuffer::wrap(const_cast<void*>(data), size) which makes the behaviour obvious. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Document.cpp | ||
| Document.h | ||
| Forward.h | ||
| GeminiJob.cpp | ||
| GeminiJob.h | ||
| GeminiRequest.cpp | ||
| GeminiRequest.h | ||
| GeminiResponse.cpp | ||
| GeminiResponse.h | ||
| Job.cpp | ||
| Job.h | ||
| Line.cpp | ||