MCPcopy Index your code
hub / github.com/containerd/containerd / WithClientTrace

Function WithClientTrace

pkg/httpdbg/debug.go:120–122  ·  view source on GitHub ↗

WithClientTrace wraps context with a httptrace.ClientTrace for debugging.

(ctx context.Context)

Source from the content-addressed store, hash-verified

118
119// WithClientTrace wraps context with a httptrace.ClientTrace for debugging.
120func WithClientTrace(ctx context.Context) context.Context {
121 return httptrace.WithClientTrace(ctx, NewDebugClientTrace(ctx))
122}

Callers 2

FetchFunction · 0.92
push.goFile · 0.92

Calls 1

NewDebugClientTraceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…