MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / getMD5

Function getMD5

src/toolchain.go:450–456  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

448}
449
450func getMD5(str string) string {
451
452 md5Hasher := md5.New()
453 md5Hasher.Write([]byte(str))
454
455 return hex.EncodeToString(md5Hasher.Sum(nil))
456}
457
458func getBaseUrl(host string, port string) string {
459 if strings.Contains(host, ":") {

Callers 2

bufferingStreamFunction · 0.85
createStreamingURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected