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

Function unique

e2e/scenarios/openapi-ndjson-output.test.ts:32–32  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

30const api = composePluginApi([openApiHttpPlugin()] as const);
31
32const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
33
34// Three real-shaped runtime-log lines, one JSON document per line, exactly
35// what Vercel's runtime-logs endpoint sends over application/stream+json.

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected