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

Function one

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

Source from the content-addressed store, hash-verified

18};
19
20const one = (slug: string) => ({ slug, mode: "one" as const });
21const many = (slug: string) => ({ slug, mode: "many" as const });
22
23describe("integration bindings", () => {

Callers 1

bindings.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected