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

Function connectionName

apps/host-selfhost/src/multi-user.test.ts:28–28  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

26
27const BASE = "http://localhost:4788";
28const connectionName = (name: string): string => String(connectionIdentifier(name));
29
30const TINY_SPEC = JSON.stringify({
31 openapi: "3.0.0",

Callers 1

multi-user.test.tsFile · 0.85

Calls 1

connectionIdentifierFunction · 0.85

Tested by

no test coverage detected