MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / hexString

Function hexString

internal/watcher/watcher_test.go:1716–1718  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

1714}
1715
1716func hexString(data []byte) string {
1717 return strings.ToLower(fmt.Sprintf("%x", data))
1718}

Calls

no outgoing calls

Tested by

no test coverage detected