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

Method Hash

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

Hash returns a unique hash value for the instance of the type.

()

Source from the content-addressed store, hash-verified

25 Example(*ExampleGenerator) any
26 // Hash returns a unique hash value for the instance of the type.
27 Hash() string
28 }
29
30 // Primitive is the type for null, boolean, integer, number, string, and time.

Callers 8

collectHTTPUnionTypesFunction · 0.65
addMarshalTagsFunction · 0.65
securitySpecFromExprFunction · 0.65
buildPathFromExprFunction · 0.65
hashAttributeFunction · 0.65
hashValidationFunction · 0.65
buildComponentsFunction · 0.65

Implementers 4

UserTypeExprexpr/user_type.go
Arrayexpr/types.go
Mapexpr/types.go
Unionexpr/types.go

Calls

no outgoing calls

Tested by

no test coverage detected