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

Method String

internal/api_common.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type ctxKey string
16
17func (c ctxKey) String() string {
18 return "appengine context key: " + string(c)
19}
20
21var errNotAppEngineContext = errors.New("not an App Engine context")
22

Callers 6

addLogLineMethod · 0.45
ServeHTTPMethod · 0.45
TestAPICallFunction · 0.45
TestAPICallAllocationsFunction · 0.45
RunTransactionOnceFunction · 0.45

Calls

no outgoing calls

Tested by 4

ServeHTTPMethod · 0.36
TestAPICallFunction · 0.36
TestAPICallAllocationsFunction · 0.36