MCPcopy Create free account
hub / github.com/alignoth/alignoth / render

Method render

resources/vega.min.js:14294–14304  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

14292 }
14293 dirty() {}
14294 render(t, e) {
14295 const n = this;
14296 return (
14297 (n._call = function () {
14298 n._render(t, e);
14299 }),
14300 n._call(),
14301 (n._call = null),
14302 n
14303 );
14304 }
14305 _render() {}
14306 renderAsync(t, e) {
14307 const n = this.render(t, e);

Callers 1

renderAsyncMethod · 0.95

Calls 1

_renderMethod · 0.45

Tested by

no test coverage detected