MCPcopy 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
94def format_hex(buf):
95 return ''.join('{:02x} '.format(x) for x in buf)
96
97def print_image_info(binary, index):
98 rows = len(binary)

Callers 1

decode_pcapngFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected