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

Method updateTarget

src/binding-expression.js:41–43  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

39 }
40
41 updateTarget(value) {
42 this.targetObserver.setValue(value, this.target, this.targetProperty);
43 }
44
45 updateSource(value) {
46 this.sourceExpression.assign(this.source, value, this.lookupFunctions);

Callers 3

callMethod · 0.95
bindMethod · 0.95
connectMethod · 0.95

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected