MCPcopy Create free account

hub / github.com/golang/appengine / functions

Functions8,259 in github.com/golang/appengine

↓ 2 callersFunctionguestbookKey
guestbookKey returns the key used for all guestbook entries.
demos/guestbook/guestbook.go:38
↓ 2 callersFunctionimports
imports returns true if f imports path.
v2/cmd/aefix/fix.go:286
↓ 2 callersFunctionimports
imports returns true if f imports path.
cmd/aefix/fix.go:286
↓ 2 callersFunctionincr
(c context.Context, key string, delta int64, initialValue *uint64)
memcache/memcache.go:278
↓ 2 callersFunctionincr
(c context.Context, key string, delta int64, initialValue *uint64)
v2/memcache/memcache.go:278
↓ 2 callersFunctioninsertContext
ctx may be nil.
v2/cmd/aefix/ae.go:170
↓ 2 callersFunctioninsertContext
ctx may be nil.
cmd/aefix/ae.go:175
↓ 2 callersFunctioninstallHealthChecker
(mux *http.ServeMux)
v2/internal/main.go:56
↓ 2 callersFunctioninstallHealthChecker
(mux *http.ServeMux)
internal/main_vm.go:56
↓ 2 callersFunctionisCall
isCall returns true if t is a call to pkg.name.
v2/cmd/aefix/fix.go:352
↓ 2 callersFunctionisCall
isCall returns true if t is a call to pkg.name.
cmd/aefix/fix.go:352
↓ 2 callersFunctionkeyNames
keyNames returns a slice of the provided keys' names (string IDs).
datastore/metadata.go:41
↓ 2 callersFunctionkeyNames
keyNames returns a slice of the provided keys' names (string IDs).
v2/datastore/metadata.go:41
↓ 2 callersFunctionkeyToReferenceValue
keyToReferenceValue is the same as keyToProto except the output is a PropertyValue_ReferenceValue instead of a Reference.
datastore/datastore.go:162
↓ 2 callersFunctionkeyToReferenceValue
keyToReferenceValue is the same as keyToProto except the output is a PropertyValue_ReferenceValue instead of a Reference.
v2/datastore/datastore.go:162
↓ 2 callersFunctionlease
(c context.Context, maxTasks int, queueName string, leaseTime int, groupByTag bool, tag []byte)
v2/taskqueue/taskqueue.go:404
↓ 2 callersFunctionlease
(c context.Context, maxTasks int, queueName string, leaseTime int, groupByTag bool, tag []byte)
taskqueue/taskqueue.go:404
↓ 2 callersFunctionlimitRelease
TODO(dsymonds): Use environment variable.
v2/internal/net.go:20
↓ 2 callersFunctionlimitRelease
TODO(dsymonds): Use environment variable.
internal/net.go:20
↓ 2 callersFunctionmakeRequest
(params *Query, appID, versionID string)
log/log.go:244
↓ 2 callersFunctionmakeTestRequest
(apiURL *url.URL)
v2/internal/api_test.go:144
↓ 2 callersFunctionmapPackage
mapPackage turns "appengine" into "google.golang.org/appengine/v2", etc.
v2/cmd/aefix/ae.go:38
↓ 2 callersFunctionmapPackage
mapPackage turns "appengine" into "google.golang.org/appengine", etc.
cmd/aefix/ae.go:40
↓ 2 callersFunctionmin
(x, y int)
v2/blobstore/blobstore_test.go:35
↓ 2 callersFunctionmin
(x, y int)
blobstore/blobstore_test.go:35
↓ 2 callersFunctionmultiKeyToProto
multiKeyToProto is a batch version of keyToProto.
datastore/datastore.go:105
↓ 2 callersFunctionmultiKeyToProto
multiKeyToProto is a batch version of keyToProto.
v2/datastore/datastore.go:105
↓ 2 callersFunctionnewAddReq
(c context.Context, task *Task, queueName string)
v2/taskqueue/taskqueue.go:202
↓ 2 callersFunctionnewAddReq
(c context.Context, task *Task, queueName string)
taskqueue/taskqueue.go:202
↓ 2 callersFunctionnewFacet
(name, value string, valueType pb.FacetValue_ContentType)
search/search_test.go:118
↓ 2 callersFunctionnewFacet
(name, value string, valueType pb.FacetValue_ContentType)
v2/search/search_test.go:118
↓ 2 callersFunctionnewStructFLS
newStructFLS returns a FieldLoadSaver for the struct pointer p.
search/struct.go:213
↓ 2 callersFunctionnewStructFLS
newStructFLS returns a FieldLoadSaver for the struct pointer p.
v2/search/struct.go:213
↓ 2 callersFunctionoverrideMaxLogMessage
(t *testing.T, max int)
v2/internal/log_test.go:426
↓ 2 callersFunctionparseFullAppID
(appid string)
v2/internal/app_id.go:11
↓ 2 callersFunctionparseFullAppID
(appid string)
internal/app_id.go:11
↓ 2 callersFunctionprojectID
()
v2/internal/identity.go:145
↓ 2 callersFunctionpropValue
propValue returns a Go value that combines the raw PropertyValue with a meaning. For example, an Int64Value with GD_WHEN becomes a time.Time.
datastore/load.go:377
↓ 2 callersFunctionpropValue
propValue returns a Go value that combines the raw PropertyValue with a meaning. For example, an Int64Value with GD_WHEN becomes a time.Time.
v2/datastore/load.go:377
↓ 2 callersFunctionpropertiesToProto
(defaultAppID string, key *Key, props []Property)
datastore/save.go:225
↓ 2 callersFunctionpropertiesToProto
(defaultAppID string, key *Key, props []Property)
v2/datastore/save.go:225
↓ 2 callersFunctionprotoToEntity
(src *pb.EntityProto)
datastore/load.go:331
↓ 2 callersFunctionprotoToEntity
(src *pb.EntityProto)
v2/datastore/load.go:331
↓ 2 callersFunctionprotoToFields
(fields []*pb.Field)
search/search.go:1095
↓ 2 callersFunctionprotoToFields
(fields []*pb.Field)
v2/search/search.go:1095
↓ 2 callersFunctionprotoToRecord
protoToRecord converts a RequestLog, the internal Protocol Buffer representation of a single request-level log, to a Record, its corresponding externa
log/log.go:194
↓ 2 callersFunctionrangeToProto
(r Range)
search/search.go:750
↓ 2 callersFunctionrangeToProto
(r Range)
v2/search/search.go:750
↓ 2 callersFunctionregisterFunction
(key string, i interface{})
v2/delay/delay.go:184
↓ 2 callersFunctionresolve
(ctx context.Context, fams []pb.CreateSocketRequest_SocketFamily, host string)
socket/socket_classic.go:120
↓ 2 callersMethodsave
(props *[]Property, prefix string, opts saveOpts)
datastore/save.go:196
↓ 2 callersMethodsave
(props *[]Property, prefix string, opts saveOpts)
v2/datastore/save.go:196
↓ 2 callersFunctionsaveEntity
saveEntity saves an EntityProto into a PropertyLoadSaver or struct pointer.
datastore/save.go:121
↓ 2 callersFunctionsaveEntity
saveEntity saves an EntityProto into a PropertyLoadSaver or struct pointer.
v2/datastore/save.go:121
↓ 2 callersFunctionsaveStructProperty
(props *[]Property, name string, opts saveOpts, v reflect.Value)
datastore/save.go:135
↓ 2 callersFunctionsaveStructProperty
(props *[]Property, name string, opts saveOpts, v reflect.Value)
v2/datastore/save.go:135
↓ 2 callersMethodseek
seek seeks to the given offset with an effective whence equal to SEEK_SET. It discards the read buffer if the invariant cannot be maintained.
v2/blobstore/read.go:152
↓ 2 callersMethodseek
seek seeks to the given offset with an effective whence equal to SEEK_SET. It discards the read buffer if the invariant cannot be maintained.
blobstore/read.go:152
↓ 2 callersFunctionsend
(c context.Context, method string, msg *Message)
v2/mail/mail.go:78
↓ 2 callersFunctionsend
(c context.Context, method string, msg *Message)
mail/mail.go:78
↓ 2 callersMethodsetParams
(*pb.SearchParams)
v2/search/search.go:514
↓ 2 callersFunctiontestGetStructCodec
(t *testing.T, good []interface{}, bad []interface{})
datastore/prop_test.go:513
↓ 2 callersFunctiontestGetStructCodec
(t *testing.T, good []interface{}, bad []interface{})
v2/datastore/prop_test.go:513
↓ 2 callersFunctiontestRunInBackground
(t *testing.T, sendFirst bool)
v2/runtime/runtime_test.go:24
↓ 2 callersFunctiontestRunInBackground
(t *testing.T, sendFirst bool)
runtime/runtime_test.go:24
↓ 2 callersFunctiontimeSecToTime
For convenience, we interpret a 0 unix second timestamp as a nil *Time.
memcache/memcache.go:128
↓ 2 callersFunctiontimeSecToTime
For convenience, we interpret a 0 unix second timestamp as a nil *Time.
v2/memcache/memcache.go:128
↓ 2 callersFunctiontraceAndSpan
(c *aeContext)
v2/internal/log.go:110
↓ 2 callersFunctiontransactionFromContext
(ctx context.Context)
v2/internal/transaction.go:41
↓ 2 callersFunctiontypecheck1
typecheck1 is the recursive form of typecheck. It is like typecheck but adds to the information in typeof instead of allocating a new map.
v2/cmd/aefix/typecheck.go:229
↓ 2 callersFunctiontypecheck1
typecheck1 is the recursive form of typecheck. It is like typecheck but adds to the information in typeof instead of allocating a new map.
cmd/aefix/typecheck.go:229
↓ 2 callersFunctionusesImport
(f *ast.File, path string)
v2/cmd/aefix/fix.go:710
↓ 2 callersFunctionusesImport
(f *ast.File, path string)
cmd/aefix/fix.go:710
↓ 2 callersFunctionvalidPropertyName
validPropertyName returns whether name consists of one or more valid Go identifiers joined by ".".
datastore/prop.go:105
↓ 2 callersFunctionvalidPropertyName
validPropertyName returns whether name consists of one or more valid Go identifiers joined by ".".
v2/datastore/prop.go:105
↓ 2 callersFunctionwalkBeforeAfter
walkBeforeAfter is like walk but calls before(x) before traversing x's children and after(x) afterward.
v2/cmd/aefix/fix.go:57
↓ 2 callersFunctionwalkBeforeAfter
walkBeforeAfter is like walk but calls before(x) before traversing x's children and after(x) afterward.
cmd/aefix/fix.go:57
↓ 2 callersFunctionwithContext
(parent context.Context, c appengine.Context)
internal/api_classic.go:42
↓ 2 callersFunctionwithDeadline
withDeadline is like context.WithDeadline, except it ignores the zero deadline.
socket/socket_classic.go:142
↓ 2 callersFunctionwithNamespace
(ctx context.Context, ns string)
v2/internal/api_common.go:78
↓ 2 callersFunctionwithNamespace
(ctx context.Context, ns string)
internal/api_common.go:78
↓ 1 callersFunctionAddMulti
AddMulti adds multiple tasks to a named queue. An empty queue name means that the default queue will be used. AddMulti returns a slice of equivalent t
v2/taskqueue/taskqueue.go:311
↓ 1 callersFunctionAddMulti
AddMulti adds multiple tasks to a named queue. An empty queue name means that the default queue will be used. AddMulti returns a slice of equivalent t
taskqueue/taskqueue.go:311
↓ 1 callersFunctionAppID
AppID is the implementation of the wrapper function of the same name in ../identity.go. See that file for commentary.
v2/internal/identity.go:31
↓ 1 callersFunctionAppID
AppID is the implementation of the wrapper function of the same name in ../identity.go. See that file for commentary.
internal/identity.go:25
↓ 1 callersMethodBatchSize
BatchSize returns a derivative query to fetch the supplied number of results at once. This value should be greater than zero, and equal to or less tha
datastore/query.go:259
↓ 1 callersMethodBatchSize
BatchSize returns a derivative query to fetch the supplied number of results at once. This value should be greater than zero, and equal to or less tha
v2/datastore/query.go:259
↓ 1 callersFunctionCurrent
Current returns the currently logged-in user, or nil if the user is not signed in.
user/user_vm.go:18
↓ 1 callersFunctionCurrentOAuth
CurrentOAuth returns the user associated with the OAuth consumer making this request. If the OAuth consumer did not make a valid OAuth request, or the
user/oauth.go:18
↓ 1 callersFunctionDatacenter
(ctx context.Context)
v2/internal/identity.go:76
↓ 1 callersFunctionDatacenter
(ctx context.Context)
internal/identity_vm.go:43
↓ 1 callersFunctionDecodeKey
DecodeKey decodes a key from the opaque representation returned by Encode.
datastore/internal/cloudkey/cloudkey.go:51
↓ 1 callersFunctionDecodeKey
DecodeKey decodes a key from the opaque representation returned by Encode.
v2/datastore/internal/cloudkey/cloudkey.go:51
↓ 1 callersFunctionDefaultVersion
DefaultVersion returns the default version of the specified module. If module is the empty string, it means the default module.
module/module.go:78
↓ 1 callersFunctionDefaultVersion
DefaultVersion returns the default version of the specified module. If module is the empty string, it means the default module.
v2/module/module.go:79
↓ 1 callersFunctionDefaultVersionHostname
(ctx context.Context)
v2/internal/identity.go:68
↓ 1 callersFunctionDefaultVersionHostname
(ctx context.Context)
internal/identity_vm.go:35
↓ 1 callersMethodDelete
Delete deletes a document from the index.
search/search.go:241
↓ 1 callersMethodDelete
Delete deletes a document from the index.
v2/search/search.go:241
↓ 1 callersFunctionDeleteMulti
DeleteMulti is a batch version of Delete.
datastore/datastore.go:378
← previousnext →501–600 of 8,259, ranked by callers