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

Function getScript

DoxyGen/Doxygen_Templates/navtree.js:97–106  ·  view source on GitHub ↗
(scriptName,func,show)

Source from the content-addressed store, hash-verified

95}
96
97function getScript(scriptName,func,show)
98{
99 var head = document.getElementsByTagName("head")[0];
100 var script = document.createElement('script');
101 script.id = scriptName;
102 script.type = 'text/javascript';
103 script.onload = func;
104 script.src = scriptName+'.js';
105 head.appendChild(script);
106}
107
108function createIndent(o,domNode,node,level)
109{

Callers 3

expandNodeFunction · 0.85
showNodeFunction · 0.85
navToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected