Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ isSaved
Function
isSaved
client/src/utils/session-storage.ts:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
};
23
24
const
isSaved = () => sessionStorage.getItem(SAVED_COUNT_KEY) !== null;
25
26
type
AfterSave = {
27
isSaved: true;
Callers
1
getSessionChallengeData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected