Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
call
Method · 0.95
bind
Method · 0.95
connect
Method · 0.95
Calls
1
setValue
Method · 0.65
Tested by
no test coverage detected