Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ looseIndexOf
Function
looseIndexOf
packages/shared/src/looseEqual.ts:55–57 ·
view source on GitHub ↗
(arr: any[], val: any)
Source
from the content-addressed store, hash-verified
53
}
54
55
export
function
looseIndexOf(arr: any[], val: any): number {
56
return
arr.findIndex(item => looseEqual(item, val))
57
}
Callers
5
ssrLooseContain
Function · 0.90
created
Function · 0.90
setChecked
Function · 0.90
setSelected
Function · 0.90
initVModelForSSR
Function · 0.90
Calls
2
looseEqual
Function · 0.85
findIndex
Method · 0.80
Tested by
no test coverage detected