MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / getTestDir

Function getTestDir

src/test/createFileTree.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import { IFileTree } from './test';
10
11export const getTestDir = () => join(tmpdir(), 'js-debug-test-' + randomBytes(6).toString('hex'));
12
13/**
14 * Creates a file tree at the given location. Primarily useful for creating

Callers 3

index.test.tsFile · 0.90

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected