You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/deephash
Joe Tsai c200229f9e
util/deephash: simplify canMemHash (#5384)
Put the t.Size() == 0 check first since this is applicable in all cases.
Drop the last struct field conditional since this is covered by the
sumFieldSize check at the end.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 years ago
..
testtype util/deephash: fix unexported time.Time hashing 3 years ago
deephash.go util/deephash: simplify canMemHash (#5384) 3 years ago
deephash_test.go util/deephash: simplify canMemHash (#5384) 3 years ago