MCPcopy Create free account

hub / github.com/golang/appengine / functions

Functions8,259 in github.com/golang/appengine

↓ 1 callersMethodGetSignatureBytes
()
v2/internal/app_identity/app_identity_service.pb.go:230
↓ 1 callersMethodGetSignatureBytes
()
internal/app_identity/app_identity_service.pb.go:182
↓ 1 callersMethodGetSocketDescriptor
()
internal/socket/socket_service.pb.go:1194
↓ 1 callersMethodGetStart
()
v2/internal/search/search.pb.go:2990
↓ 1 callersMethodGetStart
()
internal/search/search.pb.go:2501
↓ 1 callersMethodGetTaskName
()
internal/log/log_service.pb.go:590
↓ 1 callersMethodGetTaskQueueName
()
internal/log/log_service.pb.go:583
↓ 1 callersMethodGetToken
()
internal/channel/channel_service.pb.go:177
↓ 1 callersMethodGetTotal
()
v2/internal/system/system_service.pb.go:193
↓ 1 callersMethodGetTotal
()
internal/system/system_service.pb.go:154
↓ 1 callersMethodGetUserAgent
()
internal/log/log_service.pb.go:541
↓ 1 callersMethodGetValid
()
internal/xmpp/xmpp_service.pb.go:285
↓ 1 callersMethodGetValue
()
internal/base/api_base.pb.go:52
↓ 1 callersMethodGetVersion
()
v2/internal/modules/modules_service.pb.go:301
↓ 1 callersMethodGetVersion
()
v2/internal/modules/modules_service.pb.go:395
↓ 1 callersMethodGetVersion
()
internal/modules/modules_service.pb.go:236
↓ 1 callersMethodGetVersion
()
internal/modules/modules_service.pb.go:312
↓ 1 callersMethodGetWasLoadingRequest
()
internal/log/log_service.pb.go:597
↓ 1 callersMethodGetX
()
v2/internal/datastore/datastore_v3.pb.go:3777
↓ 1 callersMethodGetX
()
internal/datastore/datastore_v3.pb.go:712
↓ 1 callersMethodGetX509CertificatePem
()
v2/internal/app_identity/app_identity_service.pb.go:323
↓ 1 callersMethodGetX509CertificatePem
()
internal/app_identity/app_identity_service.pb.go:258
↓ 1 callersMethodGetY
()
v2/internal/datastore/datastore_v3.pb.go:3784
↓ 1 callersMethodGetY
()
internal/datastore/datastore_v3.pb.go:719
↓ 1 callersMethodIncomplete
Incomplete reports whether the key does not refer to a stored entity.
datastore/internal/cloudkey/cloudkey.go:94
↓ 1 callersMethodIncomplete
Incomplete reports whether the key does not refer to a stored entity.
v2/datastore/internal/cloudkey/cloudkey.go:94
↓ 1 callersFunctionInstanceID
()
v2/internal/identity.go:127
↓ 1 callersFunctionInstanceID
()
internal/identity_vm.go:94
↓ 1 callersFunctionIsAdmin
(ctx context.Context)
user/user_classic.go:38
↓ 1 callersFunctionIsAdmin
IsAdmin returns true if the current user is signed in and is currently registered as an administrator of the application.
user/user_vm.go:36
↓ 1 callersFunctionIsAppEngine
IsAppEngine is the implementation of the wrapper function of the same name in ../appengine.go. See that file for commentary.
v2/internal/identity.go:56
↓ 1 callersFunctionIsAppEngine
IsAppEngine is the implementation of the wrapper function of the same name in ../appengine.go. See that file for commentary.
internal/identity.go:52
↓ 1 callersMethodIsTimeout
()
v2/internal/internal.go:69
↓ 1 callersMethodIsTimeout
()
internal/internal.go:69
↓ 1 callersMethodLen
()
v2/cmd/aefix/fix.go:29
↓ 1 callersMethodLen
()
cmd/aefix/fix.go:29
↓ 1 callersFunctionList
List returns the names of modules belonging to this application.
module/module.go:23
↓ 1 callersFunctionList
List returns the names of modules belonging to this application.
v2/module/module.go:23
↓ 1 callersFunctionLogin
Login causes the provided Request to act as though issued by the given user.
aetest/user.go:12
↓ 1 callersFunctionLogin
Login causes the provided Request to act as though issued by the given user.
v2/aetest/user.go:12
↓ 1 callersFunctionLoginURL
LoginURL returns a URL that, when visited, prompts the user to sign in, then redirects the user to the URL specified by dest.
v2/user/user.go:50
↓ 1 callersFunctionLoginURLFederated
LoginURLFederated is like LoginURL but accepts a user's OpenID identifier.
user/user.go:55
↓ 1 callersFunctionLoginURLFederated
LoginURLFederated is like LoginURL but accepts a user's OpenID identifier.
v2/user/user.go:55
↓ 1 callersFunctionLogout
Logout causes the provided Request to act as though issued by a logged-out user.
aetest/user.go:33
↓ 1 callersFunctionLogout
Logout causes the provided Request to act as though issued by a logged-out user.
v2/aetest/user.go:33
↓ 1 callersFunctionLogoutURL
LogoutURL returns a URL that, when visited, signs the user out, then redirects the user to the URL specified by dest.
user/user.go:71
↓ 1 callersFunctionMain
()
v2/internal/main.go:20
↓ 1 callersFunctionMain
()
internal/main_vm.go:20
↓ 1 callersFunctionModuleName
TODO(dsymonds): Remove the metadata fetches.
v2/internal/identity.go:107
↓ 1 callersFunctionModuleName
TODO(dsymonds): Remove the metadata fetches.
internal/identity_vm.go:74
↓ 1 callersFunctionNamespace
Namespace returns a replacement context that operates within the given namespace.
v2/namespace.go:16
↓ 1 callersMethodNamespace
Namespace returns the key's namespace.
datastore/key.go:80
↓ 1 callersFunctionNamespacedContext
NamespacedContext wraps a Context to support namespaces.
v2/internal/api_common.go:111
↓ 1 callersFunctionNewContext
NewContext starts an instance of the development API server, and returns a context that will route all API calls to that server, as well as a closure
aetest/instance.go:42
↓ 1 callersFunctionNewContext
NewContext starts an instance of the development API server, and returns a context that will route all API calls to that server, as well as a closure
v2/aetest/instance.go:53
↓ 1 callersFunctionNewReader
NewReader returns a reader for a blob. It always succeeds; if the blob does not exist then an error will be reported upon first read.
v2/blobstore/blobstore.go:291
↓ 1 callersFunctionNewReader
NewReader returns a reader for a blob. It always succeeds; if the blob does not exist then an error will be reported upon first read.
blobstore/blobstore.go:291
↓ 1 callersMethodNext
Next returns the key of the next result. When there are no more results, Done is returned as the error. If the query is not keys only and dst is non-
datastore/query.go:629
↓ 1 callersMethodNext
Next returns the next log record,
log/log.go:148
↓ 1 callersMethodNext
Next returns the key of the next result. When there are no more results, Done is returned as the error. If the query is not keys only and dst is non-
v2/datastore/query.go:629
↓ 1 callersFunctionParseUpload
ParseUpload parses the synthetic POST request that your app gets from App Engine after a user's successful upload of blobs. Given the request, ParseUp
v2/blobstore/blobstore.go:167
↓ 1 callersFunctionParseUpload
ParseUpload parses the synthetic POST request that your app gets from App Engine after a user's successful upload of blobs. Given the request, ParseUp
blobstore/blobstore.go:167
↓ 1 callersFunctionPeek
Peek gets the item for the given key and additionally populates Item.Timestamps. ErrCacheMiss is returned for a memcache cache miss. The key must be a
memcache/memcache.go:162
↓ 1 callersFunctionPeek
Peek gets the item for the given key and additionally populates Item.Timestamps. ErrCacheMiss is returned for a memcache cache miss. The key must be a
v2/memcache/memcache.go:162
↓ 1 callersFunctionPut
Put saves the entity src into the datastore with key k. src must be a struct pointer or implement PropertyLoadSaver; if a struct pointer then any unex
v2/datastore/datastore.go:308
↓ 1 callersFunctionPutMulti
PutMulti is a batch version of Put. src must satisfy the same conditions as the dst argument to GetMulti.
datastore/datastore.go:322
↓ 1 callersFunctionPutMulti
PutMulti is a batch version of Put. src must satisfy the same conditions as the dst argument to GetMulti.
v2/datastore/datastore.go:322
↓ 1 callersMethodRead
(p []byte)
v2/blobstore/read.go:64
↓ 1 callersMethodRead
(p []byte)
blobstore/read.go:64
↓ 1 callersFunctionRegisterTestRequest
RegisterTestRequest registers the HTTP request req for testing, such that any API calls are sent to the provided URL. It should only be used by aetest
internal/api.go:307
↓ 1 callersFunctionReqContext
(req *http.Request)
v2/internal/api.go:249
↓ 1 callersFunctionReqContext
(req *http.Request)
internal/api.go:293
↓ 1 callersMethodRequest
()
v2/internal/api.go:475
↓ 1 callersMethodRequest
()
internal/api.go:519
↓ 1 callersMethodRequest
()
internal/api_classic.go:85
↓ 1 callersFunctionRequestID
(ctx context.Context)
v2/internal/identity.go:72
↓ 1 callersFunctionRequestID
(ctx context.Context)
internal/identity_vm.go:39
↓ 1 callersMethodReset
()
v2/internal/search/search.pb.go:869
↓ 1 callersMethodReset
()
internal/search/search.pb.go:581
↓ 1 callersFunctionRunInBackground
RunInBackground runs f in a background goroutine in this process. f is provided a context that may outlast the context provided to RunInBackground. Th
v2/runtime/runtime.go:135
↓ 1 callersFunctionRunInBackground
RunInBackground runs f in a background goroutine in this process. f is provided a context that may outlast the context provided to RunInBackground. Th
runtime/runtime.go:135
↓ 1 callersFunctionRunTransactionOnce
(c context.Context, f func(context.Context) error, xg bool, readOnly bool, previousTransaction *pb.Transaction
v2/internal/transaction.go:57
↓ 1 callersFunctionRunTransactionOnce
(c context.Context, f func(context.Context) error, xg bool, readOnly bool, previousTransaction *pb.Transaction
internal/transaction.go:57
↓ 1 callersMethodSeek
(offset int64, whence int)
v2/blobstore/read.go:112
↓ 1 callersMethodSeek
(offset int64, whence int)
blobstore/read.go:112
↓ 1 callersFunctionSend
Send sends an email message.
v2/mail/mail.go:69
↓ 1 callersFunctionSend
Send sends a message on the channel associated with clientID.
channel/channel.go:50
↓ 1 callersFunctionSend
Send sends an email message.
mail/mail.go:69
↓ 1 callersFunctionServerSoftware
()
v2/internal/identity.go:94
↓ 1 callersFunctionServerSoftware
()
internal/identity_vm.go:61
↓ 1 callersFunctionSetNumInstances
SetNumInstances sets the number of instances of the given module.version to the specified value. If either module or version are the empty string it m
module/module.go:51
↓ 1 callersFunctionSetNumInstances
SetNumInstances sets the number of instances of the given module.version to the specified value. If either module or version are the empty string it m
v2/module/module.go:52
↓ 1 callersFunctionSetTestEnv
SetTestEnv sets the env variables for testing background ticket in Flex.
v2/internal/api_common.go:116
↓ 1 callersFunctionStart
Start starts the specified version of the specified module. If either module or version are the empty string, it means the default.
module/module.go:90
↓ 1 callersFunctionStart
Start starts the specified version of the specified module. If either module or version are the empty string, it means the default.
v2/module/module.go:91
↓ 1 callersFunctionStop
Stop stops the specified version of the specified module. If either module or version are the empty string, it means the default.
module/module.go:104
↓ 1 callersFunctionStop
Stop stops the specified version of the specified module. If either module or version are the empty string, it means the default.
v2/module/module.go:105
↓ 1 callersMethodTask
Task creates a Task that will invoke the function. Its parameters may be tweaked before adding it to a queue. Users should not modify the Path or Payl
delay/delay.go:232
↓ 1 callersMethodTask
Task creates a Task that will invoke the function. Its parameters may be tweaked before adding it to a queue. Users should not modify the Path or Payl
v2/delay/delay.go:239
↓ 1 callersMethodType
()
v2/internal/app_identity/app_identity_service.pb.go:74
← previousnext →701–800 of 8,259, ranked by callers