MCPcopy Index your code
hub / github.com/Effect-TS/effect / end

Function end

packages/opentelemetry/src/internal/tracer.ts:303–307  ·  view source on GitHub ↗
(endTime)

Source from the content-addressed store, hash-verified

301 },
302 updateName: () => self,
303 end(endTime) {
304 const time = convertOtelTimeInput(endTime, clock)
305 span.end(time, exit)
306 return self
307 },
308 isRecording: constTrue,
309 recordException(exception, timeInput) {
310 const time = convertOtelTimeInput(timeInput, clock)

Callers

nothing calls this directly

Calls 2

convertOtelTimeInputFunction · 0.85
endMethod · 0.65

Tested by

no test coverage detected