MCPcopy 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

3import "github.com/google/uuid"
4
5func GenerateUUID() string {
6 id := uuid.New()
7 return id.String()
8}

Callers 1

UploadVideoFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected