Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xpl0itU/passiveMachine
/ generateEarnAppUUID
Function
generateEarnAppUUID
utils.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
generateEarnAppUUID() string {
27
return
fmt.Sprintf(
"sdk-node-%x"
, md5.Sum([]byte(randomString(32))))
28
}
29
30
func
saveToFile(filename, data string) error {
31
file, err := os.Create(filename)
Callers
1
ConfigureForm
Method · 0.85
Calls
1
randomString
Function · 0.85
Tested by
no test coverage detected