MCPcopy
hub / github.com/CopilotKit/CopilotKit / cleanup

Method cleanup

packages/core/src/intelligence-agent.ts:399–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397 }
398
399 private cleanup(): void {
400 this.cleanupOwned(this.activeChannel, this.socket);
401 }
402
403 private requestJoinCredentials$(
404 mode: "run" | "connect",

Callers 4

clearMethod · 0.95
abortRunMethod · 0.95

Calls 1

cleanupOwnedMethod · 0.95

Tested by

no test coverage detected