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

Function is_verified

tools/python/maps_generator/utils/file.py:188–189  ·  view source on GitHub ↗
(name: AnyStr)

Source from the content-addressed store, hash-verified

186
187
188def is_verified(name: AnyStr) -> bool:
189 return is_exists_file_and_md5(name) and check_md5(name, md5_ext(name))
190
191
192def make_symlink(target: AnyStr, link_name: AnyStr, force: bool = False):

Callers 2

applyMethod · 0.90

Calls 3

check_md5Function · 0.90
md5_extFunction · 0.90
is_exists_file_and_md5Function · 0.85

Tested by

no test coverage detected