Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ getArrayObserver
Method
getArrayObserver
src/observer-locator.js:211–213 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
209
}
210
211
getArrayObserver(array) {
212
return
getArrayObserver(this.taskQueue, array);
213
}
214
215
getMapObserver(map) {
216
return
getMapObserver(this.taskQueue, map);
Callers
9
createPropertyObserver
Method · 0.95
setValue
Method · 0.80
collectionObserver
Method · 0.80
observeArray
Function · 0.80
setValue
Method · 0.80
observeArray
Function · 0.80
aurelia-binding.js
File · 0.80
observeArray
Function · 0.80
aurelia-binding.js
File · 0.80
Calls
1
getArrayObserver
Function · 0.90
Tested by
no test coverage detected