Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
const
one = (slug: string) => ({ slug, mode:
"one"
as
const
});
21
const
many = (slug: string) => ({ slug, mode:
"many"
as
const
});
22
23
describe(
"integration bindings"
, () => {
Callers
1
bindings.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected