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

Method set

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

Source from the content-addressed store, hash-verified

866type mapNode[K, V any] interface {
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

Callers 15

setMethod · 0.65
appendMethod · 0.65
prependMethod · 0.65
SetMethod · 0.65
setMethod · 0.65
NewMapOfFunction · 0.65
setMethod · 0.65
SetMethod · 0.65
NewSortedMapOfFunction · 0.65

Calls

no outgoing calls