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

Method keyHashValue

immutable.go:881–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

879type mapLeafNode[K, V any] interface {
880 mapNode[K, V]
881 keyHashValue() uint32
882}
883
884var _ mapLeafNode[string, any] = (*mapValueNode[string, any])(nil)

Callers 1

mergeIntoNodeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected