]> Cypherpunks repositories - gostls13.git/commit
internal/sync: add Clear to HashTrieMap
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 13 Aug 2024 16:44:29 +0000 (16:44 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 20:35:30 +0000 (20:35 +0000)
commite5c4c79cc446976e61f0b08577dc6f994dec023f
tree3abe9a77e8324d2aaa8b0b132334a820dce0f47d
parent083045f99dde6fb00c4e8658a67cacce1e06825f
internal/sync: add Clear to HashTrieMap

This change adds the Clear operation to HashTrieMap to align it with
sync.Map.

Change-Id: I46069b018725d7fe3a07d667876235534bca86f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/606459
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/internal/sync/hashtriemap.go
src/internal/sync/hashtriemap_test.go