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

Function dealSwitchGroup

test/lib/testHelper.js:823–827  ·  view source on GitHub ↗
(groupId)

Source from the content-addressed store, hash-verified

821 };
822
823 function dealSwitchGroup(groupId) {
824 var groupCreatedToShow = retrieveAndVerifyGroup(groupId);
825 var groupSetCreated = groupCreatedToShow.groupParent;
826 groupSetCreated.switchGroup(groupId);
827 }
828 }
829
830 function showHideGroupInGroupSet(groupCreated, showOrHide) {

Callers 1

makeSwitchGroupFunction · 0.85

Calls 1

retrieveAndVerifyGroupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…