MCPcopy Create free account
hub / github.com/certinia/debug-log-analyzer / EventSearchResult

Interface EventSearchResult

lana/src/cache/LogEventCache.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import type { Context } from '../Context.js';
10
11export interface EventSearchResult {
12 event: LogEvent;
13 depth: number;
14}
15
16export class LogEventCache {
17 private static readonly MAX_CACHE_SIZE = 10;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected