MCPcopy
hub / github.com/Effect-TS/effect / span

Method span

packages/effect/src/Tracer.ts:28–28  ·  view source on GitHub ↗
(
    name: string,
    parent: Option.Option<AnySpan>,
    context: Context.Context<never>,
    links: ReadonlyArray<SpanLink>,
    startTime: bigint,
    kind: SpanKind,
    options?: SpanOptions
  )

Source from the content-addressed store, hash-verified

26export interface Tracer {
27 readonly [TracerTypeId]: TracerTypeId
28 span(
29 name: string,
30 parent: Option.Option<AnySpan>,
31 context: Context.Context<never>,

Callers 10

getWizardPrefixFunction · 0.80
parseInternalFunction · 0.80
splitForcedArgsFunction · 0.80
Array.tst.tsFile · 0.80
Array.test.tsFile · 0.80
Tracer.test.tsFile · 0.80
core-effect.tsFile · 0.80
collectAllWhileReaderFunction · 0.80
resolveQuantileFunction · 0.80
spanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected