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

Function setup

packages/core/sdk/src/plugin-after-commit.test.ts:100–103  ·  view source on GitHub ↗
(revoked: string[])

Source from the content-addressed store, hash-verified

98 })();
99
100const setup = (revoked: string[]) =>
101 makeTestExecutor({ plugins: [revokingPlugin(revoked)] as const }).pipe(
102 Effect.tap((executor) => executor.demo.seed()),
103 );
104
105const REF = {
106 owner: "org",

Callers 1

Calls 2

makeTestExecutorFunction · 0.90
revokingPluginFunction · 0.85

Tested by

no test coverage detected