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

Function toggleSyncButton

DoxyGen/Doxygen_Templates/navtree.js:463–475  ·  view source on GitHub ↗
(relpath)

Source from the content-addressed store, hash-verified

461}
462
463function toggleSyncButton(relpath)
464{
465 var navSync = $('#nav-sync');
466 if (navSync.hasClass('sync')) {
467 navSync.removeClass('sync');
468 showSyncOff(navSync,relpath);
469 storeLink(stripPath2(pathName())+hashUrl());
470 } else {
471 navSync.addClass('sync');
472 showSyncOn(navSync,relpath);
473 deleteLink();
474 }
475}
476
477var loadTriggered = false;
478var readyTriggered = false;

Callers 1

initNavTreeFunction · 0.85

Calls 7

showSyncOffFunction · 0.85
storeLinkFunction · 0.85
stripPath2Function · 0.85
pathNameFunction · 0.85
hashUrlFunction · 0.85
showSyncOnFunction · 0.85
deleteLinkFunction · 0.85

Tested by

no test coverage detected