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

Function triple

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

Source from the content-addressed store, hash-verified

4console.assert(true); // some statement since you cannot set a breakpoint at a fn declaration
5
6export function triple(n: number) {
7 return n * 3;
8}
9
10export interface ISomeStuffToMakeLinesNotMatch {
11 some: true;

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected