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

Function unique

e2e/cloud/credential-write-durability.test.ts:63–63  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

61const api = composePluginApi([openApiHttpPlugin()] as const);
62
63const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
64
65const VAULT_CONFLICT_RESPONSE = {
66 status: 409,

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected