MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SlWriteByte

Function SlWriteByte

src/saveload/saveload.cpp:419–422  ·  view source on GitHub ↗

* Wrapper for writing a byte to the dumper. * @param b The byte to write. */

Source from the content-addressed store, hash-verified

417 * @param b The byte to write.
418 */
419void SlWriteByte(uint8_t b)
420{
421 _sl.dumper->WriteByte(b);
422}
423
424static inline int SlReadUint16()
425{

Callers 6

SlWriteUint16Function · 0.85
SlWriteSimpleGammaFunction · 0.85
SlCopyBytesFunction · 0.85
SlSaveLoadConvFunction · 0.85
SlObjectMemberFunction · 0.85
SlSaveChunkFunction · 0.85

Calls 1

WriteByteMethod · 0.80

Tested by

no test coverage detected