MCPcopy Create free account
hub / github.com/SAP/ui5-project / clone

Function clone

lib/graph/Module.js:17–19  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

15const SAP_THEMES_NS_EXEMPTIONS = ["themelib_sap_fiori_3", "themelib_sap_bluecrystal", "themelib_sap_belize"];
16
17function clone(obj) {
18 return JSON.parse(JSON.stringify(obj));
19}
20/**
21 * Raw representation of a UI5 Project. A module can contain zero to one projects and n extensions.
22 * This class is intended for private use by the

Callers 1

constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected