Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ pack16s
Method
pack16s
qiling/core_struct.py:80–81 ·
view source on GitHub ↗
(self, x: int, /)
Source
from the content-addressed store, hash-verified
78
return
self._fmt16.pack(x)
79
80
def
pack16s(self, x: int, /) -> bytes:
81
return
self._fmt16s.pack(x)
82
83
def
unpack16(self, x: ReadableBuffer, /) -> int:
84
return
self._fmt16.unpack(x)[0]
Callers
nothing calls this directly
Calls
1
pack
Method · 0.45
Tested by
no test coverage detected