Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-with-antonio/nightcode
/ clearAuth
Function
clearAuth
packages/cli/src/lib/auth.ts:31–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
clearAuth() {
32
try {
33
unlinkSync(AUTH_FILE);
34
} catch {
35
// File doesn't exist
36
}
37
}
38
Callers
2
commands.tsx
File · 0.90
api-client.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected