Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ has
Function
has
src/CollectionImpl.js:382–384 ·
view source on GitHub ↗
(searchKey)
Source
from the content-addressed store, hash-verified
380
},
381
382
has(searchKey) {
383
return
this.get(searchKey, NOT_SET) !== NOT_SET;
384
},
385
386
hasIn: hasIn,
387
Callers
2
functional.ts
File · 0.50
has.ts
File · 0.50
Calls
3
wrapIndex
Function · 0.90
find
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected