MCPcopy Create free account

hub / github.com/golang/appengine / functions

Functions8,259 in github.com/golang/appengine

↓ 5 callersFunctionreport
(err error)
cmd/aefix/main.go:208
↓ 4 callersMethodAdd
Add writes the given item, if no value already exists for its key. ErrNotStored is returned if that condition is not met.
v2/memcache/memcache.go:479
↓ 4 callersFunctionAtLeast
AtLeast returns a Range matching any value greater than, or equal to, min.
search/search.go:627
↓ 4 callersFunctionAtLeast
AtLeast returns a Range matching any value greater than, or equal to, min.
v2/search/search.go:627
↓ 4 callersMethodCall
(service, method string, _, _ appengine_internal.ProtoMessage, _ *appengine_internal.CallOptions)
internal/api_classic.go:79
↓ 4 callersMethodClose
Close kills the child api_server.py process, releasing its resources.
aetest/instance_vm.go:77
↓ 4 callersMethodClose
Close kills the child api_server.py process, releasing its resources.
v2/aetest/instance.go:127
↓ 4 callersFunctionCurrent
Current returns the currently logged-in user, or nil if the user is not signed in.
v2/user/user.go:88
↓ 4 callersMethodDeleteMulti
DeleteMulti deletes multiple documents from the index. The returned error may be an instance of appengine.MultiError, in which case it will be the sa
search/search.go:250
↓ 4 callersMethodDeleteMulti
DeleteMulti deletes multiple documents from the index. The returned error may be an instance of appengine.MultiError, in which case it will be the sa
v2/search/search.go:250
↓ 4 callersMethodDescriptor
Deprecated: Use TaskPayload.ProtoReflect.Descriptor instead.
v2/internal/taskqueue/taskqueue_service.pb.go:422
↓ 4 callersMethodErr
()
internal/api.go:256
↓ 4 callersMethodGetName
()
datastore/internal/cloudpb/entity.pb.go:219
↓ 4 callersMethodGetName
()
v2/datastore/internal/cloudpb/entity.pb.go:219
↓ 4 callersFunctionInfof
Infof is like Debugf, but at Info level.
log/api.go:23
↓ 4 callersFunctionIsDevAppServer
()
v2/internal/identity.go:169
↓ 4 callersFunctionIsSecondGen
IsSecondGen is the implementation of the wrapper function of the same name in ../appengine.go. See that file for commentary.
internal/identity.go:39
↓ 4 callersMethodKeysOnly
KeysOnly returns a derivative query that yields only keys, not keys and entities. It cannot be used with projection queries.
datastore/query.go:222
↓ 4 callersMethodKeysOnly
KeysOnly returns a derivative query that yields only keys, not keys and entities. It cannot be used with projection queries.
v2/datastore/query.go:222
↓ 4 callersFunctionNamespaceFromContext
(ctx context.Context)
internal/api_common.go:82
↓ 4 callersFunctionNewIncompleteKey
NewIncompleteKey creates a new incomplete key. kind cannot be empty.
v2/datastore/key.go:269
↓ 4 callersMethodServeHTTP
(w http.ResponseWriter, r *http.Request)
v2/internal/api_test.go:44
↓ 4 callersFunctionSet
Set writes the given item, unconditionally.
memcache/memcache.go:380
↓ 4 callersFunctionSet
Set writes the given item, unconditionally.
v2/memcache/memcache.go:380
↓ 4 callersMethodStringID
StringID returns the key's string ID (also known as an entity name or key name), which may be "".
datastore/key.go:60
↓ 4 callersMethodStringID
StringID returns the key's string ID (also known as an entity name or key name), which may be "".
v2/datastore/key.go:60
↓ 4 callersFunctionWithAppIDOverride
(ctx context.Context, appID string)
v2/internal/api_common.go:60
↓ 4 callersFunctionWithCallOverride
(ctx context.Context, f CallOverrideFunc)
internal/api_common.go:27
↓ 4 callersFunctionaddImport
addImport adds the import path to the file f, if absent.
v2/cmd/aefix/fix.go:560
↓ 4 callersFunctionaddImport
addImport adds the import path to the file f, if absent.
cmd/aefix/fix.go:560
↓ 4 callersFunctioncheckMultiArg
checkMultiArg checks that v has type []S, []*S, []I, or []P, for some struct type S, for some interface type I, or some non-interface non-pointer type
datastore/datastore.go:197
↓ 4 callersFunctioncheckMultiArg
checkMultiArg checks that v has type []S, []*S, []I, or []P, for some struct type S, for some interface type I, or some non-interface non-pointer type
v2/datastore/datastore.go:197
↓ 4 callersFunctionerrorf
errorf prints the error message and exits.
v2/cmd/aebundler/aebundler.go:88
↓ 4 callersFunctionerrorf
errorf prints the error message and exits.
cmd/aebundler/aebundler.go:88
↓ 4 callersFunctiongetStructCodec
getStructCodec returns the structCodec for the given struct type.
datastore/prop.go:168
↓ 4 callersFunctiongetStructCodec
getStructCodec returns the structCodec for the given struct type.
v2/datastore/prop.go:168
↓ 4 callersFunctiongofmtFile
(f *ast.File)
v2/cmd/aefix/main.go:102
↓ 4 callersFunctiongofmtFile
(f *ast.File)
cmd/aefix/main.go:102
↓ 4 callersFunctionlogToLogservice
()
internal/api.go:649
↓ 4 callersFunctionlogf
(c *aeContext, level int64, format string, args ...interface{})
v2/internal/log.go:29
↓ 4 callersFunctionmakeMyByteSlice
(n int)
datastore/datastore_test.go:31
↓ 4 callersFunctionmakeMyByteSlice
(n int)
v2/datastore/datastore_test.go:31
↓ 4 callersFunctionnewStructPLS
newStructPLS returns a structPLS, which implements the PropertyLoadSaver interface, for the struct pointer p.
datastore/prop.go:299
↓ 4 callersFunctionnewStructPLS
newStructPLS returns a structPLS, which implements the PropertyLoadSaver interface, for the struct pointer p.
v2/datastore/prop.go:299
↓ 4 callersFunctionprotoToKey
protoToKey converts a Reference proto to a *Key. If the key is invalid, protoToKey will return the invalid key along with ErrInvalidKey.
datastore/datastore.go:48
↓ 4 callersFunctionprotoToKey
protoToKey converts a Reference proto to a *Key. If the key is invalid, protoToKey will return the invalid key along with ErrInvalidKey.
v2/datastore/datastore.go:48
↓ 4 callersFunctionsetup
()
v2/internal/api_test.go:154
↓ 4 callersMethodtoProto
(*pb.ScorerSpec)
v2/search/search.go:669
↓ 4 callersFunctiontoUnixMicro
(t time.Time)
datastore/save.go:20
↓ 4 callersFunctiontoUnixMicro
(t time.Time)
v2/datastore/save.go:20
↓ 4 callersFunctionvalidFloat
validFloat checks that f is in the range [-2147483647, 2147483647].
search/search.go:91
↓ 4 callersFunctionvalidFloat
validFloat checks that f is in the range [-2147483647, 2147483647].
v2/search/search.go:91
↓ 4 callersFunctionvalidIndexNameOrDocID
validIndexNameOrDocID is the Go equivalent of Python's _ValidateVisiblePrintableAsciiNotReserved.
search/search.go:57
↓ 4 callersFunctionvalidIndexNameOrDocID
validIndexNameOrDocID is the Go equivalent of Python's _ValidateVisiblePrintableAsciiNotReserved.
v2/search/search.go:57
↓ 3 callersMethodAdd
Add writes the given item, if no value already exists for its key. ErrNotStored is returned if that condition is not met.
memcache/memcache.go:479
↓ 3 callersMethodAncestor
Ancestor returns a derivative query with an ancestor filter. The ancestor should not be nil.
datastore/query.go:114
↓ 3 callersFunctionAutoFacetDiscovery
AutoFacetDiscovery returns a FacetSearchOption which enables automatic facet discovery for the search. Automatic facet discovery looks for the facets
search/search.go:524
↓ 3 callersFunctionAutoFacetDiscovery
AutoFacetDiscovery returns a FacetSearchOption which enables automatic facet discovery for the search. Automatic facet discovery looks for the facets
v2/search/search.go:524
↓ 3 callersFunctionContextForTesting
(req *http.Request)
v2/internal/api.go:479
↓ 3 callersMethodDeadline
()
internal/api.go:248
↓ 3 callersFunctionDecodeKey
DecodeKey decodes a key from the opaque representation returned by Encode.
datastore/key.go:244
↓ 3 callersFunctionDecodeKey
DecodeKey decodes a key from the opaque representation returned by Encode.
v2/datastore/key.go:244
↓ 3 callersMethodDone
()
internal/api.go:252
↓ 3 callersMethodErr
()
v2/internal/api.go:212
↓ 3 callersFunctionErrorf
Errorf is like Debugf, but at Error level.
v2/log/api.go:33
↓ 3 callersMethodGetDetail
()
internal/remote_api/remote_api.pb.go:237
↓ 3 callersMethodGetId
()
datastore/internal/cloudpb/entity.pb.go:212
↓ 3 callersMethodGetId
()
v2/datastore/internal/cloudpb/entity.pb.go:212
↓ 3 callersMethodGetId
()
v2/internal/search/search.pb.go:1520
↓ 3 callersMethodGetId
()
internal/search/search.pb.go:1167
↓ 3 callersMethodGetMoreResults
()
v2/internal/datastore/datastore_v3.pb.go:3242
↓ 3 callersMethodGetMoreResults
()
internal/datastore/datastore_v3.pb.go:3568
↓ 3 callersMethodGetName
()
v2/internal/search/search.pb.go:1151
↓ 3 callersMethodGetName
()
internal/search/search.pb.go:862
↓ 3 callersMethodGetOrderId
()
v2/internal/search/search.pb.go:1541
↓ 3 callersMethodGetOrderId
()
internal/search/search.pb.go:1188
↓ 3 callersMethodHeader
()
v2/internal/api.go:281
↓ 3 callersFunctionIncomingHeaders
(ctx context.Context)
v2/internal/api.go:242
↓ 3 callersFunctionIncomingHeaders
(ctx context.Context)
internal/api.go:286
↓ 3 callersFunctionIsDevAppServer
()
internal/identity_vm.go:132
↓ 3 callersFunctionIsSecondGen
IsSecondGen is the implementation of the wrapper function of the same name in ../appengine.go. See that file for commentary.
v2/internal/identity.go:43
↓ 3 callersFunctionIsStandard
IsStandard is the implementation of the wrapper function of the same name in ../appengine.go. See that file for commentary.
v2/internal/identity.go:37
↓ 3 callersFunctionLessThan
LessThan returns a Range matching any value less than max.
search/search.go:632
↓ 3 callersFunctionLessThan
LessThan returns a Range matching any value less than max.
v2/search/search.go:632
↓ 3 callersMethodLimit
Limit returns a derivative query that has a limit on the number of results returned. A negative value means unlimited.
datastore/query.go:230
↓ 3 callersMethodLoad
([]Property)
v2/datastore/prop.go:79
↓ 3 callersFunctionLoadStruct
LoadStruct loads the properties from p to dst. dst must be a struct pointer.
datastore/prop.go:314
↓ 3 callersFunctionLoadStruct
LoadStruct loads the properties from p to dst. dst must be a struct pointer.
v2/datastore/prop.go:314
↓ 3 callersFunctionMiddleware
Middleware wraps an http handler so that it can make GAE API calls
v2/internal/api.go:88
↓ 3 callersFunctionNamespaceFromContext
(ctx context.Context)
v2/internal/api_common.go:82
↓ 3 callersFunctionNewInstance
NewInstance launches a running instance of api_server.py which can be used for multiple test Contexts that delegate all App Engine API calls to that i
aetest/instance_vm.go:28
↓ 3 callersFunctionNewInstance
NewInstance launches a running instance of api_server.py which can be used for multiple test Contexts that delegate all App Engine API calls to that i
v2/aetest/instance.go:78
↓ 3 callersMethodNewRequest
NewRequest returns an *http.Request associated with this instance.
aetest/instance.go:17
↓ 3 callersMethodProject
Project returns a derivative query that yields only the given fields. It cannot be used with KeysOnly.
datastore/query.go:195
↓ 3 callersMethodProject
Project returns a derivative query that yields only the given fields. It cannot be used with KeysOnly.
v2/datastore/query.go:195
↓ 3 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
datastore/datastore.go:308
↓ 3 callersFunctionRegisterTimeoutErrorCode
(service string, code int32)
v2/internal/internal.go:36
↓ 3 callersFunctionRegisterTimeoutErrorCode
(service string, code int32)
internal/internal.go:36
↓ 3 callersMethodRun
Run starts a query for log records, which contain request and application level log information.
log/log.go:235
↓ 3 callersMethodString
String returns a base-64 string representation of a cursor.
datastore/query.go:743
← previousnext →201–300 of 8,259, ranked by callers