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

Function unique

e2e/scenarios/no-auth-connection.test.ts:35–35  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

33const api = composePluginApi([openApiHttpPlugin()] as const);
34
35const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
36
37// A real public, no-auth REST API. No `components.securitySchemes` and no
38// top-level `security`, so addSpec derives no auth method and the integration

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected