MCPcopy Create free account
hub / github.com/qilingframework/qiling / pack8

Method pack8

qiling/core_struct.py:89–90  ·  view source on GitHub ↗
(self, x: int, /)

Source from the content-addressed store, hash-verified

87 return self._fmt16s.unpack(x)[0]
88
89 def pack8(self, x: int, /) -> bytes:
90 return self._fmt8.pack(x)
91
92 def pack8s(self, x: int, /) -> bytes:
93 return self._fmt8s.pack(x)

Callers 1

Calls 1

packMethod · 0.45

Tested by

no test coverage detected