MCPcopy Create free account
hub / github.com/TheJoWo/Clean-Clode / toggleAboutSection

Function toggleAboutSection

script.js:111–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 function toggleAboutSection() {
112 const currentlyVisible = isAboutVisible();
113 const newVisibility = !currentlyVisible;
114
115 localStorage.setItem(ABOUT_VISIBLE_KEY, newVisibility.toString());
116 updateAboutSectionDisplay();
117
118 }
119
120 function updateAboutSectionDisplay() {
121 const visible = isAboutVisible();

Callers

nothing calls this directly

Calls 2

isAboutVisibleFunction · 0.85

Tested by

no test coverage detected