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

Method getCubeData

packages/vega-deck.gl/src/presenter.ts:357–359  ·  view source on GitHub ↗

* Get cube data array from the cubes layer.

()

Source from the content-addressed store, hash-verified

355 * Get cube data array from the cubes layer.
356 */
357 getCubeData() {
358 return getCubes(this.deckgl.props);
359 }
360
361 /**
362 * Show guidelines of rendering height/width and center of OrbitView.

Callers 3

showGuidesMethod · 0.95
populateColorContextFunction · 0.45
renderSameLayoutMethod · 0.45

Calls 1

getCubesFunction · 0.90

Tested by

no test coverage detected