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

Function endToolSpan

src/utils/telemetry/sessionTracing.ts:106–111  ·  view source on GitHub ↗
(
  _toolResult?: string,
  _resultTokens?: number,
)

Source from the content-addressed store, hash-verified

104}): void {}
105
106export function endToolSpan(
107 _toolResult?: string,
108 _resultTokens?: number,
109): void {
110 currentToolSpan = null
111}
112
113export function addToolContentEvent(
114 _eventName: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected