mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
![]() Problem: - The getters and setters duplicate code for conversions. - Getters are returning `const StringView` rather than non-`const`. Solution: - Factor out common code to helper functions. - Return `StringView` as non-`const`. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Tar.cpp | ||
Tar.h | ||
TarStream.cpp | ||
TarStream.h | ||
Zip.cpp | ||
Zip.h |