MCPcopy Create free account
hub / github.com/KDAB/codebrowser / onMouseEnterArg

Function onMouseEnterArg

data/codebrowser.js:903–908  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

901 }
902
903 var onMouseEnterArg = function(e) {
904 $(this).attr("title", "Argument passed by reference");
905 tooltip.showAfterDelay($(this), function() {
906 tooltip.tooltip.text("Argument passed by reference");
907 });
908 }
909
910 var elemWithTooltip;
911 var isTouchEvent = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected