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

Function unique

e2e/cloud/connections-list-scope.test.ts:34–34  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

32const api = composePluginApi([openApiHttpPlugin()] as const);
33
34const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`;
35
36/** Run `execute` and parse the sandbox's JSON return value. */
37const executeJson = (session: McpSession, code: string) =>

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected