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

Function many

packages/plugins/apps/src/plugin/bindings.test.ts:21–21  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

19
20const one = (slug: string) => ({ slug, mode: "one" as const });
21const many = (slug: string) => ({ slug, mode: "many" as const });
22
23describe("integration bindings", () => {
24 it.effect("resolves caller-supplied connection addresses", () =>

Callers 1

bindings.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected