MCPcopy Create free account
hub / github.com/aurelia/binding / observeArray

Function observeArray

bench/v2/aurelia-binding.js:151–154  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

149}
150
151function observeArray(array) {
152 var observer = this.observerLocator.getArrayObserver(array);
153 addObserver.call(this, observer);
154}
155
156function unobserve(all) {
157 var i = this._observerSlots;

Callers

nothing calls this directly

Calls 2

getArrayObserverMethod · 0.80
callMethod · 0.65

Tested by

no test coverage detected