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

Method getLogs

app/src/utils/logging.ts:104–106  ·  view source on GitHub ↗

* Get all stored logs

()

Source from the content-addressed store, hash-verified

102 * Get all stored logs
103 */
104 public getLogs(): LogEntry[] {
105 return [...this.logs];
106 }
107
108 /**
109 * Get logs filtered by criteria

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected