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

Function cachedLink

DoxyGen/Doxygen_Templates/navtree.js:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88function cachedLink()
89{
90 if (localStorageSupported()) {
91 return window.localStorage.getItem('navpath');
92 } else {
93 return '';
94 }
95}
96
97function getScript(scriptName,func,show)
98{

Callers 2

navToFunction · 0.85
initNavTreeFunction · 0.85

Calls 1

localStorageSupportedFunction · 0.85

Tested by

no test coverage detected