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

Function addData

packages/sanddance-specs/src/scope.ts:21–26  ·  view source on GitHub ↗
(scope: Scope, ...data: Data[])

Source from the content-addressed store, hash-verified

19}
20
21export function addData(scope: Scope, ...data: Data[]) {
22 if (!scope.data) {
23 scope.data = [];
24 }
25 scope.data.push(...data);
26}
27
28export function addMarks(scope: Scope, ...marks: Mark[]) {
29 if (!scope.marks) {

Callers 9

addFacetAxesGroupMarksFunction · 0.90
buildMethod · 0.90
addColorFunction · 0.90
buildMethod · 0.90
transformedMarkMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected