MCPcopy 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
26func generateEarnAppUUID() string {
27 return fmt.Sprintf("sdk-node-%x", md5.Sum([]byte(randomString(32))))
28}
29
30func saveToFile(filename, data string) error {
31 file, err := os.Create(filename)

Callers 1

ConfigureFormMethod · 0.85

Calls 1

randomStringFunction · 0.85

Tested by

no test coverage detected