MCPcopy
hub / github.com/visgl/deck.gl / updateDeck

Function updateDeck

modules/jupyter-widget/src/playground/create-deck.js:118–121  ·  view source on GitHub ↗
(inputJson, deckgl)

Source from the content-addressed store, hash-verified

116}
117
118function updateDeck(inputJson, deckgl) {
119 const results = jsonConverter.convert(inputJson);
120 deckgl.setProps(results);
121}
122
123function missingProps(oldProps, newProps) {
124 return oldProps.filter(op => op && op.id && !newProps.find(np => np.id === op.id));

Callers

nothing calls this directly

Calls 2

convertMethod · 0.80
setPropsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…