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

Function pull

repos/effect/packages/effect/test/unstable/http/HttpClient.test.ts:51–53  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

49 assert.deepStrictEqual(Array.from(bytes), [0xef, 0xbb, 0xbf, 0x61])
50 }))
51
52 describe("tracer", () => {
53 it.effect("includes request and response headers by default", () =>
54 Effect.gen(function*() {
55 let clientSpan: Tracer.NativeSpan | undefined
56 const tracer = Tracer.make({

Callers

nothing calls this directly

Calls 1

ofMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…