MCPcopy Create free account
hub / github.com/github/copilot-sdk / compactUuid

Function compactUuid

nodejs/test/e2e/rpc_shell_user_requested.e2e.test.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 const { copilotClient: client, homeDir } = await createSdkTestContext();
15
16 function compactUuid(): string {
17 return randomUUID().replace(/-/g, "");
18 }
19
20 function quotePowerShell(value: string): string {
21 return `'${value.replace(/'/g, "''")}'`;

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…