MCPcopy Create free account
hub / github.com/imroc/req / traceWroteRequest

Function traceWroteRequest

internal/http3/trace.go:71–75  ·  view source on GitHub ↗
(trace *httptrace.ClientTrace, err error)

Source from the content-addressed store, hash-verified

69}
70
71func traceWroteRequest(trace *httptrace.ClientTrace, err error) {
72 if trace != nil && trace.WroteRequest != nil {
73 trace.WroteRequest(httptrace.WroteRequestInfo{Err: err})
74 }
75}
76
77func traceConnectStart(trace *httptrace.ClientTrace, network, addr string) {
78 if trace != nil && trace.ConnectStart != nil {

Callers 1

doRequestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…