MCPcopy
hub / github.com/ChineseSubFinder/ChineseSubFinder / Get2UUID

Function Get2UUID

pkg/util.go:620–624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618}
619
620func Get2UUID() string {
621 u4 := uuid.New()
622 u5 := uuid.New()
623 return u4.String() + u5.String()
624}
625
626func UrlJoin(hostUrl, subUrl string) (string, error) {
627

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected