MCPcopy Create free account
hub / github.com/golang/appengine / WithContext

Function WithContext

appengine.go:99–101  ·  view source on GitHub ↗

WithContext returns a copy of the parent context and associates it with an in-flight HTTP request. This function is cheap.

(parent context.Context, req *http.Request)

Source from the content-addressed store, hash-verified

97// and associates it with an in-flight HTTP request.
98// This function is cheap.
99func WithContext(parent context.Context, req *http.Request) context.Context {
100 return internal.WithContext(parent, req)
101}
102
103// BlobKey is a key for a blobstore blob.
104//

Callers

nothing calls this directly

Calls 1

WithContextFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…