MCPcopy
hub / github.com/vitest-dev/vitest / parseStacktrace

Method parseStacktrace

packages/browser/src/node/project.ts:119–124  ·  view source on GitHub ↗
(
    trace: string,
    options: StackTraceParserOptions = {},
  )

Source from the content-addressed store, hash-verified

117 }
118
119 public parseStacktrace(
120 trace: string,
121 options: StackTraceParserOptions = {},
122 ): ParsedStack[] {
123 return this.parent.parseStacktrace(trace, options)
124 }
125
126 async close(): Promise<void> {
127 await this.vite.close()

Callers 2

onUserConsoleLogFunction · 0.45
parseLocationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected