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

Function SlReadByte

src/saveload/saveload.cpp:410–413  ·  view source on GitHub ↗

* Wrapper for reading a byte from the buffer. * @return The read byte. */

Source from the content-addressed store, hash-verified

408 * @return The read byte.
409 */
410uint8_t SlReadByte()
411{
412 return _sl.reader->ReadByte();
413}
414
415/**
416 * Wrapper for writing a byte to the dumper.

Callers 11

LoadMethod · 0.85
LoadCommonMethod · 0.85
SlReadUint16Function · 0.85
SlReadSimpleGammaFunction · 0.85
SlCopyBytesFunction · 0.85
SlSaveLoadConvFunction · 0.85
SlLoadChunkFunction · 0.85
SlLoadCheckChunkFunction · 0.85
SlSkipBytesFunction · 0.85
LoadMethod · 0.85
LoadMethod · 0.85

Calls 1

ReadByteMethod · 0.45

Tested by

no test coverage detected