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

Function fromObjectRecursive

packages/core/data/observable/index.ts:580–585  ·  view source on GitHub ↗
(source: any)

Source from the content-addressed store, hash-verified

578 * param obj - A JavaScript object used to initialize nativescript Observable instance.
579 */
580export function fromObjectRecursive(source: any): Observable {
581 const observable = new ObservableFromObject();
582 addPropertiesFromObject(observable, source, true);
583
584 return observable;
585}

Calls 1

addPropertiesFromObjectFunction · 0.85

Tested by

no test coverage detected