MCPcopy 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
184def is_exists_file_and_md5(name: AnyStr) -> bool:
185 return os.path.isfile(name) and os.path.isfile(md5_ext(name))
186
187
188def is_verified(name: AnyStr) -> bool:

Callers 1

is_verifiedFunction · 0.85

Calls 1

md5_extFunction · 0.90

Tested by

no test coverage detected