MCPcopy Create free account
hub / github.com/idosal/git-mcp / Attribute

Interface Attribute

worker-configuration.d.ts:5384–5388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5382 readonly spanId: string;
5383 }
5384 interface Attribute {
5385 readonly type: "attribute";
5386 readonly name: string;
5387 readonly value: string | string[] | boolean | boolean[] | number | number[];
5388 }
5389 type Mark = DiagnosticChannelEvent | Exception | Log | Return | Link | Attribute[];
5390 interface TailEvent {
5391 readonly traceId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected