MCPcopy 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

runHeadlessStreamingFunction · 0.95
authLoginFunction · 0.95
clearServerCacheFunction · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected