Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheJoWo/Clean-Clode
/ markFirstUseComplete
Function
markFirstUseComplete
script.js:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
function
markFirstUseComplete() {
108
localStorage.setItem(FIRST_USE_KEY,
'false'
);
109
}
110
111
function
toggleAboutSection() {
112
const
currentlyVisible = isAboutVisible();
Callers
1
performCleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected