MCPcopy Create free account
hub / github.com/ARM-software/AVH / getNode

Function getNode

DoxyGen/Doxygen_Templates/navtree.js:395–406  ·  view source on GitHub ↗
(o, po)

Source from the content-addressed store, hash-verified

393}
394
395function getNode(o, po)
396{
397 var insertFunction = removeToInsertLater(po.li);
398 po.childrenVisited = true;
399 var l = po.childrenData.length-1;
400 for (var i in po.childrenData) {
401 var nodeData = po.childrenData[i];
402 po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2],
403 i==l);
404 }
405 insertFunction();
406}
407
408function gotoNode(o,subIndex,root,hash,relpath)
409{

Callers 2

expandNodeFunction · 0.85
showNodeFunction · 0.85

Calls 2

removeToInsertLaterFunction · 0.85
newNodeFunction · 0.85

Tested by

no test coverage detected