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

Method read_string_array

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

Source from the content-addressed store, hash-verified

335
336 @classmethod
337 def read_string_array(cls, store, count):
338 return [cls.read_string(store, 1) for _ in range(count)]
339
340 @classmethod
341 def read_bin(cls, store, count):

Callers

nothing calls this directly

Calls 1

read_stringMethod · 0.80

Tested by

no test coverage detected