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

Method renderAsync

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

Source from the content-addressed store, hash-verified

14304 }
14305 _render() {}
14306 renderAsync(t, e) {
14307 const n = this.render(t, e);
14308 return this._ready ? this._ready.then(() => n) : Promise.resolve(n);
14309 }
14310 _load(t, e) {
14311 var n = this,
14312 r = n._loader[t](e);

Callers 2

AzFunction · 0.80
evaluateFunction · 0.80

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected