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

Function double

testWorkspace/tsNode/double.ts:16–18  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

14}
15
16export function double(n: number) {
17 return n * 2; // this line is a different # in the compiled source
18}

Callers 3

index.jsFile · 0.85
withAbsRoot.jsFile · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected