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

Function getCubes

packages/vega-deck.gl/src/layers.ts:217–222  ·  view source on GitHub ↗
(deckProps: Partial<DeckProps>)

Source from the content-addressed store, hash-verified

215}
216
217export function getCubes(deckProps: Partial<DeckProps>) {
218 const cubeLayer = getCubeLayer(deckProps);
219 if (!cubeLayer) return;
220 const cubeLayerProps = cubeLayer.props as CubeLayerProps;
221 return cubeLayerProps.data as Cube[];
222}

Callers 1

getCubeDataMethod · 0.90

Calls 1

getCubeLayerFunction · 0.70

Tested by

no test coverage detected