MCPcopy Create free account
hub / github.com/benbjohnson/immutable / delete

Method delete

immutable.go:869–869  ·  view source on GitHub ↗
(key K, shift uint, keyHash uint32, h Hasher[K], mutable bool, resized *bool)

Source from the content-addressed store, hash-verified

867 get(key K, shift uint, keyHash uint32, h Hasher[K]) (value V, ok bool)
868 set(key K, value V, shift uint, keyHash uint32, h Hasher[K], mutable bool, resized *bool) mapNode[K, V]
869 delete(key K, shift uint, keyHash uint32, h Hasher[K], mutable bool, resized *bool) mapNode[K, V]
870}
871
872var _ mapNode[string, any] = (*mapArrayNode[string, any])(nil)

Callers 5

deleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65

Calls

no outgoing calls

Tested by 1