MCPcopy Create free account
hub / github.com/Roy3838/Observer / clearLogs

Method clearLogs

app/src/utils/logging.ts:169–172  ·  view source on GitHub ↗

* Clear all logs

()

Source from the content-addressed store, hash-verified

167 * Clear all logs
168 */
169 public clearLogs(): void {
170 this.logs = [];
171 // Optionally notify listeners about clear
172 }
173
174 /**
175 * Register a listener for new log entries

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected