MCPcopy Create free account
hub / github.com/comaps/comaps / write_md5sum

Function write_md5sum

tools/python/maps_generator/utils/md5.py:14–17  ·  view source on GitHub ↗
(fname, name)

Source from the content-addressed store, hash-verified

12
13
14def write_md5sum(fname, name):
15 with open(name, mode="w") as f:
16 md5 = md5sum(fname)
17 f.write(md5)
18
19
20def check_md5(fname, name):

Callers 2

convert_planetFunction · 0.90
step_update_planetFunction · 0.90

Calls 2

md5sumFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected