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

Method constructor

test/browser/specs/playwright-trace-mark.test.ts:319–322  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

317 private readonly entriesMap = new Map<string, yauzl.Entry>()
318
319 constructor(fileName: string) {
320 this.fileName = fileName
321 this.openedPromise = this.open()
322 }
323
324 private async open(): Promise<void> {
325 this.zipFile = await new Promise<yauzl.ZipFile>((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected