MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / read_bin

Method read_bin

src/packagedcode/pyrpm.py:341–342  ·  view source on GitHub ↗
(cls, store, count)

Source from the content-addressed store, hash-verified

339
340 @classmethod
341 def read_bin(cls, store, count):
342 return cls._read('!{}s'.format(count), store)
343
344 @classmethod
345 def read_i18n_string(cls, store, count):

Callers

nothing calls this directly

Calls 2

_readMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected