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

Function updateListSelectedHint

test/lib/caseFrame.js:138–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 function updateListSelectedHint() {
139 var hint = $(SELECTOR_CURRENT);
140 hint.off('mouseover').on('mouseover', function (e) {
141 updatePageHint('full');
142 this.select();
143 });
144 hint.off('mouseout').on('mouseout', function (e) {
145 updatePageHint('short');
146 });
147 }
148
149 function updateDistSelector() {
150 var distSelector = $(SELECTOR_DIST);

Callers 1

updateViewFunction · 0.85

Calls 2

updatePageHintFunction · 0.85
selectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…