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

Function cloneTextData

docs/tests/v2/es6/js/sanddance.js:154002–154008  ·  view source on GitHub ↗
(textData, color)

Source from the content-addressed store, hash-verified

154000}
154001
154002function cloneTextData(textData, color) {
154003 return textData.map(t => {
154004 return Object.assign(Object.assign({}, t), {
154005 color
154006 });
154007 });
154008}
154009
154010function colorEquals(a, b) {
154011 if (a.length !== b.length) return false;

Callers 1

recolorAxesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected