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

Method span

packages/effect/src/Tracer.ts:29–29  ·  view source on GitHub ↗
(this: Tracer, options: {
    readonly name: string
    readonly parent: Option.Option<AnySpan>
    readonly annotations: Context.Context<never>
    readonly links: Array<SpanLink>
    readonly startTime: bigint
    readonly kind: SpanKind
    readonly root: boolean
    readonly sampled: boolean
  })

Source from the content-addressed store, hash-verified

27 */
28export interface Tracer {
29 span(this: Tracer, options: {
30 readonly name: string
31 readonly parent: Option.Option<AnySpan>
32 readonly annotations: Context.Context<never>

Callers 5

Array.tst.tsFile · 0.80
Array.test.tsFile · 0.80
Tracer.test.tsFile · 0.80
spanFunction · 0.80
effect.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected