Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ stbi__zget8
Function
stbi__zget8
Source/Utils/stb_image.h:4196–4199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4194
}
4195
4196
stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z)
4197
{
4198
return stbi__zeof(z) ? 0 : *z->zbuffer++;
4199
}
4200
4201
static void stbi__fill_bits(stbi__zbuf *z)
4202
{
Callers
3
stbi__fill_bits
Function · 0.85
stbi__parse_uncompressed_block
Function · 0.85
stbi__parse_zlib_header
Function · 0.85
Calls
1
stbi__zeof
Function · 0.85
Tested by
no test coverage detected