MCPcopy Create free account

hub / github.com/parse-community/parse-server / functions

Functions1,720 in github.com/parse-community/parse-server

↓ 18 callersFunctionsetRegexTimeout
(ms)
src/LiveQuery/QueryTools.js:18
↓ 17 callersFunctionaddMockSubscription
( parseLiveQueryServer, clientId, requestId, parseWebSocket, query, customQueryHashVal
spec/ParseLiveQueryServer.spec.js:1854
↓ 17 callersFunctionsetPermissionsOnClass
(className, permissions, doPut)
spec/schemas.spec.js:2164
↓ 17 callersFunctionsleep
(ms)
src/TestUtils.js:42
↓ 17 callersFunctionverifyPassword
(login, password, isEmail = false)
spec/VerifyUserPassword.spec.js:6
↓ 16 callersFunctiongetIndexes
(collectionName)
spec/MongoStorageAdapter.spec.js:735
↓ 16 callersFunctiongetObject
(className, id, headers)
spec/ParseGraphQLServer.spec.js:4672
↓ 16 callersMethodgetOneSchema
( className: string, allowVolatileClasses: boolean = false, options: LoadSchemaOptions = { clearCa
src/Controllers/SchemaController.js:795
↓ 16 callersMethodhandleFind
(req)
src/Routers/ClassesRouter.js:22
↓ 16 callersFunctionvalueAsDate
src/Adapters/Storage/Mongo/MongoTransform.js:218
↓ 15 callersFunctionactionDelete
spec/PointerPermissions.spec.js:1979
↓ 15 callersFunctionactionFind
()
spec/PointerPermissions.spec.js:1975
↓ 15 callersFunctionaddMockClient
(parseLiveQueryServer, clientId)
spec/ParseLiveQueryServer.spec.js:1847
↓ 15 callersFunctionfullTextHelper
()
spec/ParseQuery.FullTextSearch.spec.js:7
↓ 15 callersMethodgetIndexes
(className: string, connection: ?any)
src/Adapters/Storage/StorageAdapter.js:137
↓ 15 callersFunctionmapperFor
(elt, t)
resources/buildConfigDefinitions.js:155
↓ 14 callersFunctionactionCount
()
spec/PointerPermissions.spec.js:1976
↓ 14 callersFunctionactionGet
spec/PointerPermissions.spec.js:1974
↓ 14 callersFunctionactionUpdate
spec/PointerPermissions.spec.js:1978
↓ 14 callersMethodaddGraphQLQuery
(fieldName, field, throwError = false, ignoreReserved = false)
src/GraphQL/ParseGraphQLSchema.js:328
↓ 14 callersFunctioncleanUpIndexes
spec/DefinedSchemas.spec.js:4
↓ 14 callersMethodensureIndex
( className: string, schema: SchemaType, fieldNames: string[], indexName?: string, caseSen
src/Adapters/Storage/StorageAdapter.js:97
↓ 14 callersMethodgetAuthForSessionToken
(sessionToken?: string)
src/LiveQuery/ParseLiveQueryServer.ts:633
↓ 14 callersMethodisObject
* Realm-safe check for object type. Uses `typeof` instead of `instanceof Object` * which fails across realms. Returns true for any non-null value w
src/Utils.js:191
↓ 14 callersMethodisPromise
* Realm-safe check for Promise (duck-typed as thenable). * Guards against Object.prototype pollution by ensuring `then` is not * inherited solel
src/Utils.js:175
↓ 14 callersFunctionqueryHash
* Generate a hash from a query, with unique fields for columns, values, order, * skip, and limit.
src/LiveQuery/QueryTools.js:99
↓ 14 callersFunctionsendPush
(body, where, config, auth, now)
spec/PushController.spec.js:40
↓ 13 callersMethod_onAfterSave
(message: any)
src/LiveQuery/ParseLiveQueryServer.ts:282
↓ 13 callersMethodaddPointerPermissions
( schema: SchemaController.SchemaController, className: string, operation: string, query: any,
src/Controllers/DatabaseController.js:1590
↓ 13 callersFunctioncloneArgs
(args)
src/GraphQL/parseGraphQLUtils.js:59
↓ 13 callersMethodcreateServer
()
src/GraphQL/ParseGraphQLServer.js:144
↓ 13 callersMethodcreateSubscriber
* @returns {PubSubAdapter.Subscriber}
src/Adapters/PubSub/PubSubAdapter.js:14
↓ 13 callersFunctioncreateTestUser
()
spec/helper.js:308
↓ 13 callersMethodget
(key)
src/Controllers/CacheController.js:22
↓ 13 callersMethodgetPipeline
(body)
src/Routers/AggregateRouter.js:107
↓ 13 callersFunctiongraphqlRequest
(query, requestHeaders = headers)
spec/GraphQLQueryComplexity.spec.js:37
↓ 13 callersMethodpushError
( parseWebSocket: any, code: number, error: string, reconnect: boolean = true, requestId:
src/LiveQuery/Client.js:55
↓ 13 callersFunctionreducerGenerator
src/GraphQL/transformers/schemaFields.js:10
↓ 13 callersMethodrelativeTimeToDate
* Computes the relative date based on a string. * @param {String} text The string to interpret the date from. * @param {Date} now The date the s
src/Utils.js:274
↓ 13 callersMethodsetGraphQLConfig
(graphQLConfig: ParseGraphQLConfig)
src/GraphQL/ParseGraphQLServer.js:261
↓ 13 callersMethodsetPermissions
(className: string, perms: any, newSchema: SchemaFields)
src/Controllers/SchemaController.js:1096
↓ 13 callersFunctionsetupGraphQL
(serverOptions = {})
spec/GraphQLQueryComplexity.spec.js:22
↓ 12 callersFunctionactionAddFieldOnCreate
()
spec/PointerPermissions.spec.js:1980
↓ 12 callersFunctionactionCreate
()
spec/PointerPermissions.spec.js:1977
↓ 12 callersMethodapplyGraphQL
(app)
src/GraphQL/ParseGraphQLServer.js:201
↓ 12 callersMethodcreatePublisher
* @returns {PubSubAdapter.Publisher}
src/Adapters/PubSub/PubSubAdapter.js:10
↓ 12 callersFunctiondeleteObject
(className, id, headers)
spec/ParseGraphQLServer.spec.js:6959
↓ 12 callersMethodgetNestedProperty
* Gets a nested property value from an object using dot notation. * @param {Object} obj The object to get the property from. * @param {String} p
src/Utils.js:531
↓ 12 callersMethodgetPushTime
* Get push time from the request body. * @param {Object} request A request object * @returns {Number|undefined} The push time if it exists in th
src/Controllers/PushController.js:183
↓ 12 callersFunctionmeasureOperation
* Measure average time for an async operation over multiple iterations. * @param {Object} options Measurement options. * @param {string} options.nam
benchmark/performance.js:117
↓ 12 callersFunctionpushCompleted
spec/PushController.spec.js:30
↓ 12 callersFunctionsetupGraphQLServer
(serverOptions = {}, graphQLOptions = {})
spec/vulnerabilities.spec.js:3004
↓ 12 callersFunctiontimeout
()
spec/ParseLiveQueryServer.spec.js:12
↓ 11 callersFunctionallowCrossDomain
(appId)
src/middlewares.js:411
↓ 11 callersFunctionarrayContains
(arr, item)
spec/helper.js:330
↓ 11 callersFunctionconvertParseSchemaToMongoSchema
({ ...schema })
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:77
↓ 11 callersFunctioncreateSanitizedHttpError
* Creates a sanitized error from a regular Error object * Used for non-Parse.Error errors (e.g., Express errors) * * @param {number} statusCode - H
src/Error.js:32
↓ 11 callersFunctioncreateUserPointer
(userId)
spec/DatabaseController.spec.js:962
↓ 11 callersMethoddeleteAllClasses
(fast: boolean)
src/Adapters/Storage/StorageAdapter.js:48
↓ 11 callersMethoddeleteField
(fieldName: string, className: string, database: DatabaseController)
src/Controllers/SchemaController.js:1220
↓ 11 callersMethodensureUniqueness
(className: string, schema: SchemaType, fieldNames: Array<string>)
src/Adapters/Storage/StorageAdapter.js:105
↓ 11 callersMethodexpandFilesInObject
* Find file references in REST-format object and adds the url key * with the current mount point and app id. * Object may be a single object or
src/Controllers/FilesController.js:72
↓ 11 callersMethodisProtectedIndex
(className: string, indexName: string)
src/SchemaMigrations/DefinedSchemas.js:406
↓ 11 callersMethodperformInitialization
(options: ?any)
src/Adapters/Storage/StorageAdapter.js:132
↓ 11 callersFunctionpostMultipart
(url, headers, body)
spec/CloudCodeMultipart.spec.js:4
↓ 11 callersFunctionsuccessfulTransmissions
(body, installations)
spec/PushController.spec.js:8
↓ 11 callersFunctionvalidateFileUrlsInObject
* Recursively scans an object for File type fields and validates their URLs. * @param {any} obj - The object to scan. * @param {Object} config - The
src/FileUrlValidator.js:46
↓ 11 callersFunctionvalidateRateLimit
({ rateLimit })
spec/RateLimit.spec.js:508
↓ 11 callersFunctionwrap
resources/buildConfigDefinitions.js:157
↓ 10 callersMethod_onConnect
(parseWebsocket: any)
src/LiveQuery/ParseLiveQueryServer.ts:460
↓ 10 callersMethod_schemaCollection
()
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:314
↓ 10 callersFunctionactionAddFieldOnUpdate
spec/PointerPermissions.spec.js:1982
↓ 10 callersFunctionbuildMultipartBody
(boundary, parts)
spec/CloudCodeMultipart.spec.js:34
↓ 10 callersFunctioncreateObject
(className, headers)
spec/ParseGraphQLServer.spec.js:6352
↓ 10 callersMethoddeleteClientSubscription
(clientId: number, requestId: number)
src/LiveQuery/Subscription.js:28
↓ 10 callersFunctionfindObjects
(className, headers)
spec/ParseGraphQLServer.spec.js:5157
↓ 10 callersFunctiongenerateMockMessage
(hasOriginalParseObject)
spec/ParseLiveQueryServer.spec.js:1904
↓ 10 callersMethodgetFunction
(functionName)
src/Controllers/HooksController.js:38
↓ 10 callersFunctiongetTrigger
(className, triggerType, applicationId)
src/triggers.js:212
↓ 10 callersFunctionhasAllPODobject
()
spec/schemas.spec.js:12
↓ 10 callersFunctioninvalidRequest
(req, res)
src/middlewares.js:805
↓ 10 callersMethodisNativeError
* Realm-safe check for native Error. * @param {any} value The value to check. * @returns {Boolean} Returns true if the value is a native Error.
src/Utils.js:164
↓ 10 callersMethodload
()
src/GraphQL/ParseGraphQLSchema.js:96
↓ 10 callersFunctionmaster
(config)
src/Auth.js:52
↓ 10 callersFunctionrequestWithExpectedError
spec/AuthenticationAdaptersV2.spec.js:4
↓ 10 callersMethodstartApp
* starts the parse server's express app * @param {ParseServerOptions} options to use to start the server * @returns {ParseServer} the parse serv
src/ParseServer.ts:419
↓ 10 callersFunctionuploadTestFile
()
spec/FileDownload.spec.js:49
↓ 10 callersFunctionvalidateValidator
(validator)
src/cloud-code/Parse.Cloud.js:10
↓ 9 callersFunctionbuildCLP
(pointerNames)
spec/DatabaseController.spec.js:942
↓ 9 callersMethodcreateClass
(className: string, schema: SchemaType)
src/Adapters/Storage/StorageAdapter.js:44
↓ 9 callersMethodcreateIndex
(className: string, index: any)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1192
↓ 9 callersFunctioncreateStore
* Creates a prototype-free object for use as a lookup store. * This prevents prototype chain properties (e.g. `constructor`, `toString`) * from bein
src/triggers.js:30
↓ 9 callersFunctioncreateSubscribedClient
({ className, masterKey, installationId })
spec/vulnerabilities.spec.js:3677
↓ 9 callersMethodcreateTable
(className: string, schema: SchemaType, conn: any)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:1102
↓ 9 callersFunctioncreateUser
(username, password = 'password')
spec/PointerPermissions.spec.js:1987
↓ 9 callersMethoddistinct
( className: string, schema: SchemaType, query: QueryType, fieldName: string )
src/Adapters/Storage/StorageAdapter.js:115
↓ 9 callersFunctionequalTo
src/GraphQL/loaders/defaultGraphQLTypes.js:818
↓ 9 callersFunctionfetch
(...args)
spec/ParseGraphQLServer.spec.js:4
↓ 9 callersMethodgetTrigger
(className, triggerName)
src/Controllers/HooksController.js:46
↓ 9 callersMethodgetUserId
(sessionToken: string)
src/LiveQuery/SessionTokenCache.js:26
← previousnext →101–200 of 1,720, ranked by callers