Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
export
const
isGuest = () => localStorage.getItem(
'guest_mode'
) ===
'true'
Callers
8
CollectionActionHeader
Function · 0.90
Collections
Function · 0.90
StatsPage
Function · 0.90
CollectionComponent
Function · 0.90
repo
Function · 0.90
repo
Function · 0.90
repo
Function · 0.90
repo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected