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

Function createWith

packages/core/sdk/src/connections.test.ts:345–354  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

343 yield* executor.gated.seed();
344
345 const createWith = (value: string) =>
346 Effect.result(
347 executor.connections.create({
348 owner: "org",
349 name: ConnectionName.make("main"),
350 integration: INTEG,
351 template: TEMPLATE,
352 value,
353 }),
354 );
355
356 const firstFiber = yield* Effect.forkChild(createWith("first-value"));
357 yield* Deferred.await(firstWriteEntered);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected