Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
WrapHandlerFunc(handler http.HandlerFunc, operation string) http.Handler {
10
return
otelhttp.NewHandler(handler, operation)
11
}
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected