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

Function unique

e2e/cloud/oauth-connections.test.ts:30–30  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

28const api = composePluginApi([openApiHttpPlugin()] as const);
29
30const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
31
32/** Narrow a `start` result to the redirect arm, failing with what came back. */
33const redirected = <R extends { status: string }>(

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected