Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ keyOf
Function
keyOf
src/CollectionImpl.js:398–400 ·
view source on GitHub ↗
(searchValue)
Source
from the content-addressed store, hash-verified
396
},
397
398
keyOf(searchValue) {
399
return
this.findKey((value) => is(value, searchValue));
400
},
401
402
keySeq() {
403
return
this.toSeq().map(keyMapper).toIndexedSeq();
Callers
nothing calls this directly
Calls
2
is
Function · 0.90
findKey
Method · 0.80
Tested by
no test coverage detected