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

Function unique

e2e/scenarios/connect-handoff.test.ts:38–38  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

36const api = composePluginApi([openApiHttpPlugin()] as const);
37
38const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
39
40// The emulator serves its own OpenAPI document (bearer auth, same shape as
41// real Resend — and as the Sentry spec that failed in prod). Adding it by URL

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected