MCPcopy
hub / github.com/apache/echarts / restoreInputsToInitialState

Function restoreInputsToInitialState

test/lib/testHelper.js:709–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

707 }
708
709 function restoreInputsToInitialState() {
710 assert(
711 _initStateBackup != null,
712 'opt.saveInputsInitialState must be true to use `restoreInputsToInitialState`.'
713 );
714 setInputsState(_initStateBackup);
715 }
716
717 function initInputsContainer(container, define, features) {
718 assert(container.tagName.toLowerCase() === 'div');

Callers

nothing calls this directly

Calls 2

setInputsStateFunction · 0.85
assertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…