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

Function Render

docs/app/js/sanddance-app.js:120267–120269  ·  view source on GitHub ↗

* Queue modified scenegraph items for rendering. * @constructor

(params)

Source from the content-addressed store, hash-verified

120265 * Queue modified scenegraph items for rendering.
120266 * @constructor
120267 */ function Render(params) {
120268 (0, _vegaDataflow.Transform).call(this, null, params);
120269}
120270(0, _vegaUtil.inherits)(Render, (0, _vegaDataflow.Transform), {
120271 transform (_, pulse) {
120272 const view = pulse.dataflow;

Callers 2

parseMarkFunction · 0.70
parseViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected