MCPcopy 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

setValueMethod · 0.80
collectionObserverMethod · 0.80
observeArrayFunction · 0.80
setValueMethod · 0.80
observeArrayFunction · 0.80
aurelia-binding.jsFile · 0.80
observeArrayFunction · 0.80
aurelia-binding.jsFile · 0.80

Calls 1

getArrayObserverFunction · 0.90

Tested by

no test coverage detected