Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ read_int8
Method
read_int8
src/packagedcode/pyrpm.py:307–308 ·
view source on GitHub ↗
(cls, store, count)
Source
from the content-addressed store, hash-verified
305
306
@classmethod
307
def
read_int8(cls, store, count):
308
return
cls._read(
'!{}B'
.format(count), store)
309
310
@classmethod
311
def
read_int16(cls, store, count):
Callers
nothing calls this directly
Calls
2
_read
Method · 0.80
format
Method · 0.45
Tested by
no test coverage detected