MCPcopy Create free account
hub / github.com/RisingStack/anchor / transform

Function transform

src/transform/pod.js:100–109  ·  view source on GitHub ↗
(inputValues, inputChart, scope = '')

Source from the content-addressed store, hash-verified

98}
99
100function transform (inputValues, inputChart, scope = '') {
101 const containers = transformContainers(inputValues, inputChart, scope)
102 const values = Object.assign({}, containers.values)
103 const chart = Object.assign({}, containers.chart)
104
105 return {
106 values,
107 chart
108 }
109}
110
111module.exports = transform
112module.exports.transform = transform

Callers

nothing calls this directly

Calls 1

transformContainersFunction · 0.85

Tested by

no test coverage detected