MCPcopy 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.tsFile · 0.50
has.tsFile · 0.50

Calls 3

wrapIndexFunction · 0.90
findMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected