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

Method _render

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

Source from the content-addressed store, hash-verified

14937 );
14938 }
14939 _render(t, e) {
14940 return (
14941 this._dirtyCheck() &&
14942 (this._dirtyAll && this._clearDefs(),
14943 this.mark(this._root, t, void 0, e),
14944 iv(this._root, 1)),
14945 this.defs(),
14946 (this._dirty = []),
14947 ++this._dirtyID,
14948 this
14949 );
14950 }
14951 dirty(t) {
14952 t.dirty !== this._dirtyID &&
14953 ((t.dirty = this._dirtyID), this._dirty.push(t));

Callers

nothing calls this directly

Calls 5

_dirtyCheckMethod · 0.95
_clearDefsMethod · 0.95
markMethod · 0.95
defsMethod · 0.95
ivFunction · 0.85

Tested by

no test coverage detected