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

Function isFirstUse

script.js:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 function isFirstUse() {
103 const firstUse = localStorage.getItem(FIRST_USE_KEY);
104 return firstUse === null ? true : firstUse === 'true';
105 }
106
107 function markFirstUseComplete() {
108 localStorage.setItem(FIRST_USE_KEY, 'false');

Callers 1

performCleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected