MCPcopy 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
31export function clearAuth() {
32 try {
33 unlinkSync(AUTH_FILE);
34 } catch {
35 // File doesn't exist
36 }
37}
38

Callers 2

commands.tsxFile · 0.90
api-client.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected