MCPcopy
hub / github.com/stacktracejs/stacktrace.js / SourceCache

Interface SourceCache

stacktrace-js.d.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6declare namespace StackTrace {
7
8 export interface SourceCache {
9 [key: string]: string | Promise<string>;
10 }
11
12 export interface StackTraceOptions {
13 filter?: (stackFrame: StackFrame) => boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected