Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BuilderIO/mitosis
/ fastClone
Function
fastClone
packages/core/src/helpers/fast-clone.ts:1–1 ·
view source on GitHub ↗
(obj: T)
Source
from the content-addressed store, hash-verified
1
export
const
fastClone = <T extends object>(obj: T): T => JSON.parse(JSON.stringify(obj));
Callers
15
builderContentPartToMitosisComponent
Function · 0.90
builderContentToMitosisComponent
Function · 0.90
componentToMitosis
Function · 0.90
componentToReact
Function · 0.90
componentToTaro
Function · 0.90
componentToAlpine
Function · 0.90
componentToQwik
Function · 0.90
componentToMarko
Function · 0.90
componentToAngularClassic
Function · 0.90
componentToAngularSignals
Function · 0.90
componentToSolid
Function · 0.90
componentToHtml
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected