MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / WrapHandlerFunc

Function WrapHandlerFunc

shared/tracing/http.go:9–11  ·  view source on GitHub ↗
(handler http.HandlerFunc, operation string)

Source from the content-addressed store, hash-verified

7)
8
9func WrapHandlerFunc(handler http.HandlerFunc, operation string) http.Handler {
10 return otelhttp.NewHandler(handler, operation)
11}

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected