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

Function uniqueSessionId

nodejs/test/e2e/rpc_server_remote_control.e2e.test.ts:32–34  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

30 }
31
32 function uniqueSessionId(prefix: string): string {
33 return `${prefix}-${randomUUID().replace(/-/g, "")}`;
34 }
35
36 it("should report remote control status as off", { timeout: 120_000 }, async () => {
37 const client = createDedicatedClient();

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…