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

Method Hash

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

Hash returns a unique hash value for m.

()

Source from the content-addressed store, hash-verified

554
555// Hash returns a unique hash value for m.
556func (m *Map) Hash() string {
557 return Hash(m, true, false, true)
558}
559
560// IsCompatible returns true if o describes the (Go) type of val.
561func (m *Map) IsCompatible(val any) bool {

Callers

nothing calls this directly

Calls 1

HashFunction · 0.85

Tested by

no test coverage detected