Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mobxjs/mobx
/ isObservableArray
Function
isObservableArray
packages/mobx/src/types/observablearray.ts:598–600 ·
view source on GitHub ↗
(thing)
Source
from the content-addressed store, hash-verified
596
)
597
598
export
function
isObservableArray(thing): thing is IObservableArray<any> {
599
return
isObject(thing) && isObservableArrayAdministration(thing[$mobx])
600
}
Callers
14
shallowEnhancer
Function · 0.70
concat
Method · 0.70
getAtom
Function · 0.70
unwrap
Function · 0.50
toJSHelper
Function · 0.50
interceptReads
Function · 0.50
_isObservable
Function · 0.50
keys
Function · 0.50
values
Function · 0.50
entries
Function · 0.50
set
Function · 0.50
remove
Function · 0.50
Calls
1
isObject
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…