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

Function createTargetId

src/targets/node/createTargetId.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import { randomBytes } from 'crypto';
6
7export const createTargetId = () => randomBytes(12).toString('hex');

Callers 2

bootloader.tsFile · 0.90
WatchDogClass · 0.90

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected