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

Method updateSource

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

Source from the content-addressed store, hash-verified

544 }
545
546 private updateSource(value: any) {
547 if (this.updating || !this.source || !this.source.get()) {
548 return;
549 }
550
551 this.updateOptions(this.sourceOptions, value);
552 }
553
554 private getParentView(target: any, property: string): { view: ViewBase; index: number } {
555 if (!target) {

Callers 1

updateTwoWayMethod · 0.95

Calls 2

updateOptionsMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected