Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
import
{ randomBytes } from
'crypto'
;
6
7
export
const
createTargetId = () => randomBytes(12).toString(
'hex'
);
Callers
2
bootloader.ts
File · 0.90
WatchDog
Class · 0.90
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected