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

Method read_int16

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

Source from the content-addressed store, hash-verified

309
310 @classmethod
311 def read_int16(cls, store, count):
312 return cls._read('!{}H'.format(count), store)
313
314 @classmethod
315 def read_int32(cls, store, count):

Callers

nothing calls this directly

Calls 2

_readMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected