MCPcopy
hub / github.com/microsoft/vscode-js-debug / resolve

Function resolve

src/test/common/sourceMapOverrides.test.ts:16–16  ·  view source on GitHub ↗
(...parts: string[])

Source from the content-addressed store, hash-verified

14describe('SourceMapOverrides', () => {
15 describe('getComputedSourceRoot()', () => {
16 const resolve = (...parts: string[]) => fixDriveLetter(path.resolve(...parts));
17 const genPath = resolve('/project/webroot/code/script.js');
18 const GEN_URL = 'http://localhost:8080/code/script.js';
19 const ABS_SOURCEROOT = resolve('/project/src');

Callers 15

runBuildScriptFunction · 0.85
runCommandFunction · 0.85
innerCreateServerMethod · 0.85
_launchMethod · 0.85
waitUntilMethod · 0.85
handleFunction · 0.85
startDebugServerFunction · 0.85
runFunction · 0.85

Calls 2

fixDriveLetterFunction · 0.90
resolveMethod · 0.80

Tested by

no test coverage detected