MCPcopy
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
64export function rndName(): string {
65 return Math.random()
66 .toString(36)
67 .replace(/[^a-z]+/g, '')
68 .substring(0, 10);
69}
70
71export async function createFile(
72 args: {

Callers 3

createFileFunction · 0.85
createDirFunction · 0.85

Calls 2

toStringMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected