MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetMD5EncodeStr

Function GetMD5EncodeStr

pkg/utils/hash.go:19–21  ·  view source on GitHub ↗
(data string)

Source from the content-addressed store, hash-verified

17)
18
19func GetMD5EncodeStr(data string) string {
20 return HashData(MD5, []byte(data))
21}
22
23//inspired by "github.com/rclone/rclone/fs/hash"
24

Callers 15

GetIdentityMethod · 0.92
InitMethod · 0.92
InitMethod · 0.92
GetCaptchaSignMethod · 0.92
InitMethod · 0.92
GetCaptchaSignMethod · 0.92
getProofRangeFunction · 0.92
InitMethod · 0.92
generateReqSignMethod · 0.92
calSignFunction · 0.92
StreamUploadMethod · 0.92

Calls 1

HashDataFunction · 0.85

Tested by

no test coverage detected