Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ cleanup
Method
cleanup
src/services/oauth/index.ts:194–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
193
// Clean up any resources (like the local server)
194
cleanup(): void {
195
this.authCodeListener?.close()
196
this.manualAuthCodeResolver = null
197
}
198
}
199
Callers
3
runHeadlessStreaming
Function · 0.95
authLogin
Function · 0.95
clearServerCache
Function · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected