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

Interface StackTraceOptions

stacktrace-js.d.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11
12 export interface StackTraceOptions {
13 filter?: (stackFrame: StackFrame) => boolean;
14 sourceCache?: SourceCache;
15 offline?: boolean;
16 }
17
18 export interface StackFrame {
19 constructor(object: StackFrame): StackFrame;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected