MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / hasIn

Function hasIn

src/methods/hasIn.js:3–5  ·  view source on GitHub ↗
(searchKeyPath)

Source from the content-addressed store, hash-verified

1import { hasIn as _hasIn } from '../functional/hasIn';
2
3export function hasIn(searchKeyPath) {
4 return _hasIn(this, searchKeyPath);
5}

Callers 2

functional.tsFile · 0.50
hasIn.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected