Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
def
write_md5sum(fname, name):
15
with
open(name, mode=
"w"
)
as
f:
16
md5 = md5sum(fname)
17
f.write(md5)
18
19
20
def
check_md5(fname, name):
Callers
2
convert_planet
Function · 0.90
step_update_planet
Function · 0.90
Calls
2
md5sum
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected