Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
uint8_t read8(std::istream& is)
25
{
26
return (uint8_t)is.get();
27
}
28
29
std::ostream& little_endian::write16(std::ostream& os, uint16_t word)
30
{
Callers
6
readSprite
Method · 0.85
onRedo
Method · 0.85
read_frame_tag
Function · 0.85
read_layer
Function · 0.85
read_celdata
Function · 0.85
read_image
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected