MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / MD5

Struct MD5

pkg/filter/ql/functions/md5.go:27–27  ·  view source on GitHub ↗

MD5 computes the MD5 hash of the given value.

Source from the content-addressed store, hash-verified

25
26// MD5 computes the MD5 hash of the given value.
27type MD5 struct{}
28
29func (f MD5) Call(args []interface{}) (interface{}, bool) {
30 if len(args) != 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected