MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / close

Method close

packages/node-runtime/src/ai/ai-logger.ts:46–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 close(): void {
47 if (this.logStream) {
48 this.logStream.end()
49 this.logStream = null
50 }
51 }
52
53 getLogPath(): string {
54 return this.getLogFilePath()

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected