MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / clear

Function clear

lib/web/CodeMirror/addon/tern/tern.js:609–613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607 if (!mouseOnTip) clear();
608 }
609 function clear() {
610 cm.state.ternTooltip = null;
611 if (tip.parentNode) fadeOut(tip)
612 clearActivity()
613 }
614 var mouseOnTip = false, old = false;
615 CodeMirror.on(tip, "mousemove", function() { mouseOnTip = true; });
616 CodeMirror.on(tip, "mouseout", function(e) {

Callers 4

maybeClearFunction · 0.70
tempTooltipFunction · 0.70
clearAndPrintMethod · 0.50
applyMethod · 0.50

Calls 1

fadeOutFunction · 0.85

Tested by

no test coverage detected