MCPcopy Index your code
hub / github.com/microsoft/SandDance / extendOffset

Function extendOffset

docs/app/js/sanddance-app.js:147619–147626  ·  view source on GitHub ↗
(value10, offset)

Source from the content-addressed store, hash-verified

147617 };
147618}
147619function extendOffset(value10, offset) {
147620 return !offset ? value10 : !value10 ? offset : !(0, _vegaUtil.isObject)(value10) ? {
147621 value: value10,
147622 offset
147623 } : Object.assign({}, value10, {
147624 offset: extendOffset(value10.offset, offset)
147625 });
147626}
147627function guideMark(mark, extras) {
147628 if (extras) {
147629 mark.name = extras.name;

Callers 1

axisLabelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected