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

Function unique

e2e/selfhost/oauth-popup-callback-org-state.test.ts:21–21  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

19const api = composePluginApi([openApiHttpPlugin()] as const);
20
21const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
22
23const oauthIntegrationSpec = (oauth: {
24 readonly authorizationEndpoint: string;

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected