MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / read8

Function read8

src/base/serialization.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24uint8_t read8(std::istream& is)
25{
26 return (uint8_t)is.get();
27}
28
29std::ostream& little_endian::write16(std::ostream& os, uint16_t word)
30{

Callers 6

readSpriteMethod · 0.85
onRedoMethod · 0.85
read_frame_tagFunction · 0.85
read_layerFunction · 0.85
read_celdataFunction · 0.85
read_imageFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected