MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / updateTarget

Method updateTarget

packages/core/ui/core/bindable/index.ts:538–544  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

536 }
537
538 private updateTarget(value: any) {
539 if (this.updating) {
540 return;
541 }
542
543 this.updateOptions(this.targetOptions, types.isNullOrUndefined(value) ? unsetValue : value);
544 }
545
546 private updateSource(value: any) {
547 if (this.updating || !this.source || !this.source.get()) {

Callers 3

updateMethod · 0.95
clearBindingMethod · 0.95

Calls 1

updateOptionsMethod · 0.95

Tested by

no test coverage detected