Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
620
func
Get2UUID() string {
621
u4 := uuid.New()
622
u5 := uuid.New()
623
return
u4.String() + u5.String()
624
}
625
626
func
UrlJoin(hostUrl, subUrl string) (string, error) {
627
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected