MCPcopy
hub / github.com/josdejong/mathjs / cloneDeep

Method cloneDeep

types/index.d.ts:4632–4632  ·  view source on GitHub ↗

* Create a deep clone of the node. Both the node as well as all its * childs are cloned recursively.

()

Source from the content-addressed store, hash-verified

4630 * childs are cloned recursively.
4631 */
4632 cloneDeep(): this
4633 /**
4634 * Compile an expression into optimized JavaScript code. compile returns
4635 * an object with a function evaluate([scope]) to evaluate. Example:

Callers 4

Node.test.jsFile · 0.65
testTypes.tsFile · 0.65
expandPowerFunction · 0.65
cloneDeepMethod · 0.65

Implementers 1

Nodesrc/expression/node/Node.js

Calls

no outgoing calls

Tested by

no test coverage detected