Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ read_int32
Method
read_int32
src/packagedcode/pyrpm.py:315–316 ·
view source on GitHub ↗
(cls, store, count)
Source
from the content-addressed store, hash-verified
313
314
@classmethod
315
def
read_int32(cls, store, count):
316
return
cls._read(
'!{}I'
.format(count), store)
317
318
@classmethod
319
def
read_int64(cls, store, count):
Callers
nothing calls this directly
Calls
2
_read
Method · 0.80
format
Method · 0.45
Tested by
no test coverage detected