MCPcopy Create free account
hub / github.com/anus-dev/ANUS / close

Method close

packages/core/src/core/logger.ts:431–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 close(): void {
432 this.initialized = false;
433 this.logFilePath = undefined;
434 this.logs = [];
435 this.sessionId = undefined;
436 this.messageId = 0;
437 }
438}

Callers 15

stopMethod · 0.80
getFreePortFunction · 0.80
connectAndDiscoverFunction · 0.80
connectToMcpServerFunction · 0.80
isBinaryFileFunction · 0.80
logger.test.tsFile · 0.80
disconnectMethod · 0.80
establishConnectionMethod · 0.80
authWithUserCodeFunction · 0.80
authWithWebFunction · 0.80
getAvailablePortFunction · 0.80

Calls

no outgoing calls

Tested by 1

getFreePortFunction · 0.64