MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / unique

Function unique

e2e/cloud/oauth-callback-org-scope.test.ts:23–23  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

21const api = composePluginApi([openApiHttpPlugin()] as const);
22
23const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
24
25const cookiePair = (response: Response, name: string): string | undefined => {
26 for (const header of response.headers.getSetCookie?.() ?? []) {

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected