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

Function unique

e2e/local/toolkits-mcp.test.ts:22–22  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

20const api = composePluginApi([openApiHttpPlugin(), toolkitsPlugin()] as const);
21
22const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
23
24const pingSpec = (baseUrl: string): string =>
25 JSON.stringify({

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected