MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / md5

Function md5

src/commoncode/hash.py:259–260  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

257
258
259def md5(location):
260 return checksum(location, name="md5", base64=False)
261
262
263def sha1(location):

Calls 1

checksumFunction · 0.85

Tested by 4

test_md5_checksumMethod · 0.72