MCPcopy
hub / github.com/cloudflare/vibesdk / storeLogs

Method storeLogs

container/storage.ts:162–164  ·  view source on GitHub ↗
(logs: ProcessLog[])

Source from the content-addressed store, hash-verified

160 }
161
162 public storeLogs(logs: ProcessLog[]): Result<number[]> {
163 return this.logStorage.storeLogs(logs);
164 }
165
166 public getLogs(filter: LogFilter = {}): Result<LogRetrievalResponse> {
167 return this.logStorage.getLogs(filter);

Callers

nothing calls this directly

Calls 1

storeLogsMethod · 0.45

Tested by

no test coverage detected