MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / nodeTitle

Function nodeTitle

src/test/resources/libraries/ExtJS/2.2/ext-all-debug.js:35267–35275  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

35265 }
35266
35267 function nodeTitle(n){
35268 var s = n.tagName;
35269 if(n.id){
35270 s += '#'+n.id;
35271 }else if(n.className){
35272 s += '.'+n.className;
35273 }
35274 return s;
35275 }
35276
35277 function onNodeSelect(t, n, last){
35278 return;

Callers 1

onNodeSelectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…