Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ hasIn as _hasIn } from
'../functional/hasIn'
;
2
3
export
function
hasIn(searchKeyPath) {
4
return
_hasIn(this, searchKeyPath);
5
}
Callers
2
functional.ts
File · 0.50
hasIn.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected