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

Function _render

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

* Internal rendering method. Renderer subclasses should override this * method to actually perform rendering. * @param {object} scene - The root mark of a scenegraph to render.

()

Source from the content-addressed store, hash-verified

123500 * method to actually perform rendering.
123501 * @param {object} scene - The root mark of a scenegraph to render.
123502 */ _render () /*scene*/ {},
123503 /**
123504 * Asynchronous rendering method. Similar to render, but returns a Promise
123505 * that resolves when all rendering is completed. Sometimes a renderer must

Callers

nothing calls this directly

Calls 10

restoreMethod · 0.80
viewBoundsFunction · 0.70
clipToBoundsFunction · 0.70
domClearFunction · 0.70
markupFunction · 0.70
saveMethod · 0.65
clearMethod · 0.65
openMethod · 0.65
closeMethod · 0.65
drawMethod · 0.45

Tested by

no test coverage detected