Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ MutableHashMap.ts
File
MutableHashMap.ts
repos/effect/packages/effect/src/MutableHashMap.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Stores key/value entries in a mutable hash map.
3
*
4
* `MutableHashMap` updates the same collection in place and supports fast
Callers
nothing calls this directly
Calls
13
isSimpleKey
Function · 0.85
getFromBucket
Function · 0.85
getRefKey
Function · 0.85
some
Method · 0.80
push
Method · 0.80
get
Function · 0.70
remove
Function · 0.70
get
Method · 0.65
set
Method · 0.65
forEach
Method · 0.65
f
Function · 0.50
set
Function · 0.50
Tested by
no test coverage detected