Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ is_exists_file_and_md5
Function
is_exists_file_and_md5
tools/python/maps_generator/utils/file.py:184–185 ·
view source on GitHub ↗
(name: AnyStr)
Source
from the content-addressed store, hash-verified
182
183
184
def
is_exists_file_and_md5(name: AnyStr) -> bool:
185
return
os.path.isfile(name) and os.path.isfile(md5_ext(name))
186
187
188
def
is_verified(name: AnyStr) -> bool:
Callers
1
is_verified
Function · 0.85
Calls
1
md5_ext
Function · 0.90
Tested by
no test coverage detected