MCPcopy Index your code
hub / github.com/qilingframework/qiling / pack8s

Method pack8s

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

Source from the content-addressed store, hash-verified

90 return self._fmt8.pack(x)
91
92 def pack8s(self, x: int, /) -> bytes:
93 return self._fmt8s.pack(x)
94
95 def unpack8(self, x: ReadableBuffer, /) -> int:
96 return self._fmt8.unpack(x)[0]

Callers

nothing calls this directly

Calls 1

packMethod · 0.45

Tested by

no test coverage detected