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

Class ClockImpl

repos/effect/packages/effect/src/internal/effect.ts:5801–5819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5799 return updateService(CurrentStackFrame, (parent) => ({
5800 name,
5801 stack,
5802 parent
5803 }))
5804}
5805
5806/** @internal */
5807export const spanAnnotations: Effect.Effect<Readonly<Record<string, unknown>>> = TracerSpanAnnotations
5808
5809/** @internal */
5810export const spanLinks: Effect.Effect<ReadonlyArray<Tracer.SpanLink>> = TracerSpanLinks
5811
5812/** @internal */
5813export const linkSpans: {
5814 (
5815 span: Tracer.AnySpan | ReadonlyArray<Tracer.AnySpan>,
5816 attributes?: Record<string, unknown>
5817 ): <A, E, R>(self: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
5818 <A, E, R>(
5819 self: Effect.Effect<A, E, R>,
5820 span: Tracer.AnySpan | ReadonlyArray<Tracer.AnySpan>,
5821 attributes?: Record<string, unknown>
5822 ): Effect.Effect<A, E, R>

Callers

nothing calls this directly

Calls 3

syncFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…