Hash returns a unique hash value for o.
()
| 515 | |
| 516 | // Hash returns a unique hash value for o. |
| 517 | func (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 |