Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stop
Method · 0.80
getFreePort
Function · 0.80
connectAndDiscover
Function · 0.80
connectToMcpServer
Function · 0.80
isBinaryFile
Function · 0.80
clearcut-logger.test.ts
File · 0.80
logger.test.ts
File · 0.80
disconnect
Method · 0.80
establishConnection
Method · 0.80
authWithUserCode
Function · 0.80
authWithWeb
Function · 0.80
getAvailablePort
Function · 0.80
Calls
no outgoing calls
Tested by
1
getFreePort
Function · 0.64