-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
The usage of BufBuilder::appendChar and the rest of the append*(char) family seems to be to append a single byte. To clarify the intent behind this we should define a method appendByte(std::byte) and replace the original method so that the meaning is clearly conveyed.
- related to
-
SERVER-69612 Audit the codebase for signed use of char types
- Closed