MCPcopy 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
24const isSaved = () => sessionStorage.getItem(SAVED_COUNT_KEY) !== null;
25
26type AfterSave = {
27 isSaved: true;

Callers 1

getSessionChallengeDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected