Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
function
cachedLink()
89
{
90
if
(localStorageSupported()) {
91
return
window.localStorage.getItem(
'navpath'
);
92
}
else
{
93
return
''
;
94
}
95
}
96
97
function
getScript(scriptName,func,show)
98
{
Callers
2
navTo
Function · 0.85
initNavTree
Function · 0.85
Calls
1
localStorageSupported
Function · 0.85
Tested by
no test coverage detected