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

Function setup

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

Source from the content-addressed store, hash-verified

66 })();
67
68const setup = (revoked: string[]) =>
69 makeTestExecutor({ plugins: [revokingPlugin(revoked)] as const }).pipe(
70 Effect.tap((executor) => executor.demo.seed()),
71 );
72
73const REF = {
74 owner: "org",

Callers 1

Calls 2

makeTestExecutorFunction · 0.90
revokingPluginFunction · 0.85

Tested by

no test coverage detected