Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
type
ctxKey string
16
17
func
(c ctxKey) String() string {
18
return
"appengine context key: "
+ string(c)
19
}
20
21
var
errNotAppEngineContext = errors.New(
"not an App Engine context"
)
22
Callers
6
addLogLine
Method · 0.45
ServeHTTP
Method · 0.45
TestAPICall
Function · 0.45
TestAPICallTicketUnavailable
Function · 0.45
TestAPICallAllocations
Function · 0.45
RunTransactionOnce
Function · 0.45
Calls
no outgoing calls
Tested by
4
ServeHTTP
Method · 0.36
TestAPICall
Function · 0.36
TestAPICallTicketUnavailable
Function · 0.36
TestAPICallAllocations
Function · 0.36