MCPcopy Create free account
hub / github.com/freecodexyz/free-code / setAttributes

Method setAttributes

src/utils/telemetry/betaSessionTracing.ts:7–7  ·  view source on GitHub ↗
(attributes: Record<string, string | number | boolean>)

Source from the content-addressed store, hash-verified

5export interface Span {
6 setAttribute(name: string, value: string | number | boolean): void
7 setAttributes(attributes: Record<string, string | number | boolean>): void
8 addEvent(
9 name: string,
10 attributes?: Record<string, string | number | boolean>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected