MCPcopy Create free account
hub / github.com/leeoniya/uPlot / commit

Function commit

src/uPlot.js:2145–2150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2143 }
2144
2145 function commit() {
2146 if (!queuedCommit) {
2147 microTask(_commit);
2148 queuedCommit = true;
2149 }
2150 }
2151
2152 // manual batching (aka immediate mode), skips microtask queue
2153 function batch(fn, _deferHooks = false) {

Callers 6

_setSizeFunction · 0.85
setDataFunction · 0.85
uPlotFunction · 0.85
setScaleFunction · 0.85
setSeriesFunction · 0.85
setFocusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…