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