Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FrameworkComputer/framework-system
/ format_hex
Function
format_hex
decode_pcapng.py:94–95 ·
view source on GitHub ↗
(buf)
Source
from the content-addressed store, hash-verified
92
93
94
def
format_hex(buf):
95
return
''
.join(
'{:02x} '
.format(x)
for
x in buf)
96
97
def
print_image_info(binary, index):
98
rows = len(binary)
Callers
1
decode_pcapng
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected