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

Function isAboutVisible

script.js:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 function isAboutVisible() {
98 const visible = localStorage.getItem(ABOUT_VISIBLE_KEY);
99 return visible === null ? true : visible === 'true';
100 }
101
102 function isFirstUse() {
103 const firstUse = localStorage.getItem(FIRST_USE_KEY);

Callers 2

toggleAboutSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected