MCPcopy Index your code
hub / github.com/apache/echarts / setButtonInputState

Function setButtonInputState

test/lib/testHelper.js:1556–1565  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

1554 return {disabled: _btnDisabled};
1555 }
1556 function setButtonInputState(state) {
1557 if (!isObject(state)) {
1558 console.error(
1559 errMsgPrefix + ' Button input state must be object rather than ' + printObject(state)
1560 + ' May caused by test case change.'
1561 );
1562 return;
1563 }
1564 resetButtonInputDisabled(state);
1565 }
1566 } // End of createButtonInput
1567
1568 function createBr(inputDefine) {

Callers

nothing calls this directly

Calls 2

resetButtonInputDisabledFunction · 0.85
isObjectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…