Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UESTCByteDance/ByteRhythm
/ GenerateUUID
Function
GenerateUUID
util/uuid.go:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"github.com/google/uuid"
4
5
func
GenerateUUID() string {
6
id := uuid.New()
7
return
id.String()
8
}
Callers
1
UploadVideo
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected