MCPcopy Create free account
hub / github.com/Effect-TS/effect / end

Method end

packages/effect/src/Tracer.ts:383–383  ·  view source on GitHub ↗
(endTime: bigint, exit: Exit.Exit<unknown, unknown>)

Source from the content-addressed store, hash-verified

381 readonly sampled: boolean
382 readonly kind: SpanKind
383 end(endTime: bigint, exit: Exit.Exit<unknown, unknown>): void
384 attribute(key: string, value: unknown): void
385 event(name: string, startTime: bigint, attributes?: Record<string, unknown>): void
386 addLinks(links: ReadonlyArray<SpanLink>): void

Callers 15

makeFunction · 0.65
queryStreamFunction · 0.65
makeFunction · 0.65
makeClientFunction · 0.65
PgClient.tsFile · 0.65
assertOpenResultFunction · 0.65
pullIntoWritableFunction · 0.65
fromDuplexFunction · 0.65
assertOpenResultFunction · 0.65

Implementers 2

NativeSpanpackages/effect/src/Tracer.ts
OtelSpanpackages/opentelemetry/src/OtelTracer.

Calls

no outgoing calls

Tested by 2

assertOpenResultFunction · 0.52
assertOpenResultFunction · 0.52