src.elv.sh/pkg/persistent/hashmap.node.find (method)

4 uses

	src.elv.sh/pkg/persistent/hashmap (current package)
		hashmap.go#L50: 	return m.root.find(0, m.hash(k), k, m.equal)
		hashmap.go#L182: 	find(shift, hash uint32, k interface{}, eq Equal) (interface{}, bool)
		hashmap.go#L252: 	return child.find(shift+chunkBits, hash, k, eq)
		hashmap.go#L463: 		return child.find(shift+chunkBits, hash, k, eq)