Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-languageserver-node
/ _randomHex
Method
_randomHex
client/src/utils/uuid.ts:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
private static _randomHex(): string {
46
return
V4UUID._oneOf(V4UUID._chars);
47
}
48
49
constructor() {
50
super([
Callers
1
constructor
Method · 0.45
Calls
1
_oneOf
Method · 0.45
Tested by
no test coverage detected