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

Method end

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

Source from the content-addressed store, hash-verified

120 readonly sampled: boolean
121 readonly kind: SpanKind
122 end(endTime: bigint, exit: Exit.Exit<unknown, unknown>): void
123 attribute(key: string, value: unknown): void
124 event(name: string, startTime: bigint, attributes?: Record<string, unknown>): void
125 addLinks(links: ReadonlyArray<SpanLink>): void

Callers 15

onReadyStateChangeFunction · 0.65
entriesFunction · 0.65
fromDuplexFunction · 0.65
writeInputFunction · 0.65
watchNodeFunction · 0.65
Ndjson.test.tsFile · 0.65
MsgPack.test.tsFile · 0.65
nodeResponseFunction · 0.65
handleResponseFunction · 0.65
handleCauseFunction · 0.65
sendBodyFunction · 0.65
makeChannelFunction · 0.65

Implementers 2

NativeSpanpackages/effect/src/internal/tracer.ts
OtelSpanpackages/opentelemetry/src/internal/tr

Calls

no outgoing calls

Tested by 1

entriesFunction · 0.52