MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / isGuest

Function isGuest

frontend/src/utils/authUtils.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// In React components/hooks, use useAuthContext() instead.
4
5export const isGuest = () => localStorage.getItem('guest_mode') === 'true'

Callers 8

CollectionActionHeaderFunction · 0.90
CollectionsFunction · 0.90
StatsPageFunction · 0.90
CollectionComponentFunction · 0.90
repoFunction · 0.90
repoFunction · 0.90
repoFunction · 0.90
repoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected