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

Function showUseFunc

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

Source from the content-addressed store, hash-verified

504 var type ="", content ="";
505 var tt = tooltip.tooltip;
506 var showUseFunc = function(e) {
507 e.stopPropagation();
508 tt.find(".uses").toggle();
509 return false;
510 };
511
512 var symbolUrl;
513 if (data) { // this mean the ref symbol exists

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected