Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/VSCodeVim/Vim
/ rndName
Function
rndName
test/testUtils.ts:64–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
export
function
rndName(): string {
65
return
Math.random()
66
.toString(36)
67
.replace(/[^a-z]+/g,
''
)
68
.substring(0, 10);
69
}
70
71
export
async
function
createFile(
72
args: {
Callers
3
historyFile.test.ts
File · 0.90
createFile
Function · 0.85
createDir
Function · 0.85
Calls
2
toString
Method · 0.65
replace
Method · 0.45
Tested by
no test coverage detected