MCPcopy 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
21const clearAuthLoggerContext = () => {
22 delete loggerContext.userId
23 delete loggerContext.userEmail
24}
25
26interface UseAuthStateOptions {
27 requireAuth: boolean | null

Callers 1

useAuthStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected