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

Method Hash

expr/user_type.go:79–81  ·  view source on GitHub ↗

Hash returns a unique hash value for u.

()

Source from the content-addressed store, hash-verified

77
78// Hash returns a unique hash value for u.
79func (u *UserTypeExpr) Hash() string {
80 return Hash(u, true, false, true)
81}
82
83// Example produces an example for the user type which is JSON serialization
84// compatible.

Callers

nothing calls this directly

Calls 1

HashFunction · 0.85

Tested by

no test coverage detected