MCPcopy
hub / github.com/borgbackup/borg / H

Function H

src/borg/testsuite/hashindex_test.py:9–11  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

7
8
9def H(x):
10 # Make a 32-byte value that depends on x
11 return bytes("%-0.32d" % x, "ascii")
12
13
14def H2(x):

Callers 15

H2Function · 0.70
add_keysFunction · 0.70
repo_dumpFunction · 0.70
test_basic_operationsFunction · 0.70
test_read_dataFunction · 0.70
test_consistencyFunction · 0.70
test_consistency2Function · 0.70
test_listFunction · 0.70
test_max_data_sizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected