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

Function use

packages/vega-deck.gl/src/base.ts:171–176  ·  view source on GitHub ↗
(vega: VegaBase, deck: DeckBase, layers: DeckLayerBase, luma: LumaBase)

Source from the content-addressed store, hash-verified

169 * @param luma luma.gl library.
170 */
171export function use(vega: VegaBase, deck: DeckBase, layers: DeckLayerBase, luma: LumaBase) {
172 base.deck = deck;
173 base.layers = layers;
174 base.luma = luma;
175 base.vega = vega;
176}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected