Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ clearAuthLoggerContext
Function
clearAuthLoggerContext
cli/src/hooks/use-auth-state.ts:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
const
clearAuthLoggerContext = () => {
22
delete loggerContext.userId
23
delete loggerContext.userEmail
24
}
25
26
interface
UseAuthStateOptions {
27
requireAuth: boolean | null
Callers
1
useAuthState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected