MCPcopy Create free account
hub / github.com/microsoft/SandDance / cloneScales

Function cloneScales

packages/sanddance-explorer/src/dialogs/settings.tsx:81–83  ·  view source on GitHub ↗
(vegaSpec: Spec)

Source from the content-addressed store, hash-verified

79}
80
81function cloneScales(vegaSpec: Spec) {
82 return SandDance.VegaDeckGl.util.clone(vegaSpec.scales);
83}
84
85function serializeSpec(vegaSpec: Spec, datafile: DataFile, dataRefType: DataRefType, transform: Transforms[], scheme: string) {
86 const scales = cloneScales(vegaSpec);

Callers 1

serializeSpecFunction · 0.70

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected