MCPcopy Create free account
hub / github.com/goadesign/goa / Hash

Method Hash

expr/types.go:517–519  ·  view source on GitHub ↗

Hash returns a unique hash value for o.

()

Source from the content-addressed store, hash-verified

515
516// Hash returns a unique hash value for o.
517func (o *Object) Hash() string {
518 return Hash(o, true, false, true)
519}
520
521// Merge creates a new object consisting of the named attributes of o appended
522// with duplicates of the named attributes of other. Named attributes of o that

Callers

nothing calls this directly

Calls 1

HashFunction · 0.85

Tested by

no test coverage detected