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

Function getDefaultNamespace

v2/taskqueue/taskqueue.go:198–200  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

196)
197
198func getDefaultNamespace(ctx context.Context) string {
199 return internal.IncomingHeaders(ctx).Get(defaultNamespace)
200}
201
202func newAddReq(c context.Context, task *Task, queueName string) (*pb.TaskQueueAddRequest, error) {
203 if queueName == "" {

Callers 1

newAddReqFunction · 0.70

Calls 2

IncomingHeadersFunction · 0.92
GetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…