Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
879
type
mapLeafNode[K, V any]
interface
{
880
mapNode[K, V]
881
keyHashValue() uint32
882
}
883
884
var
_ mapLeafNode[string, any] = (*mapValueNode[string, any])(nil)
Callers
1
mergeIntoNode
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected