MCPcopy Index your code
hub / github.com/Effect-TS/effect / pull

Function pull

packages/effect/src/internal/stream.ts:7239–7244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7237 })
7238 },
7239 pull() {
7240 return new Promise<void>((resolve) => {
7241 currentResolve = resolve
7242 Effect.runSync(latch.open)
7243 })
7244 },
7245 cancel() {
7246 if (!fiber) return
7247 return Effect.runPromise(Effect.asVoid(Fiber.interrupt(fiber)))

Callers

nothing calls this directly

Calls 7

pipeFunction · 0.70
mergeFunction · 0.70
zipFunction · 0.70
mapMethod · 0.65
zipMethod · 0.65
failMethod · 0.65
isEmptyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…