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

Function retrieveAndVerifyGroup

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

Source from the content-addressed store, hash-verified

800 }
801
802 function retrieveAndVerifyGroup(groupId) {
803 var groupCreated = _inputsDict[groupId];
804 assert(groupCreated, 'Can not find group by id: ' + groupId);
805 assert(groupCreated.groupParent, 'This is not a group. id: ' + groupId);
806 return groupCreated;
807 }
808
809 function makeSwitchGroup() {
810 var inputRecorderWrapper = makeInputRecorder();

Callers 3

disableInputsFunction · 0.85
dealSwitchGroupFunction · 0.85
switchGroupFunction · 0.85

Calls 1

assertFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…