MCPcopy Create free account
hub / github.com/UESTCByteDance/ByteRhythm / Md5

Function Md5

util/md5.go:8–12  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

6)
7
8func Md5(str string) string {
9 hash := md5.New()
10 hash.Write([]byte(str))
11 return fmt.Sprintf("%x", hash.Sum(nil))
12}

Callers 2

LoginMethod · 0.92
BuildUserModelFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected