Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ has.ts
File
has.ts
__tests__/functional/has.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
{ List, Map, Range, has } from
'immutable'
;
3
4
describe(
'has'
, () => {
Callers
nothing calls this directly
Calls
6
List
Interface · 0.90
Map
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
Range
Class · 0.85
has
Function · 0.50
Tested by
no test coverage detected