MCPcopy Create free account
hub / github.com/effect-app/libs / writeCommand

Function writeCommand

packages/vue/test/interrupt-refetch-repro.test.ts:129–129  ·  view source on GitHub ↗
(repo: DataDependencies.DataDependency)

Source from the content-addressed store, hash-verified

127}
128
129const writeCommand = (repo: DataDependencies.DataDependency) => DataDependencies.write(repo).pipe(Effect.as(undefined))
130const drain = (fiber: Fiber.Fiber<any, any>) =>
131 Effect.runPromise(Fiber.interrupt(fiber) as any).then(() => {}, () => {})
132

Callers 1

Calls 2

pipeMethod · 0.65
writeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…