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

Function createUUID

src/system.go:293–296  ·  view source on GitHub ↗

UUID generieren

()

Source from the content-addressed store, hash-verified

291
292// UUID generieren
293func createUUID() (uuid string) {
294 uuid = time.Now().Format("2006-01") + "-" + randomString(4) + "-" + randomString(6)
295 return
296}
297
298// Eindeutige Geräte ID für Plex generieren
299func setDeviceID() {

Callers 1

loadSettingsFunction · 0.85

Calls 1

randomStringFunction · 0.70

Tested by

no test coverage detected