MCPcopy
hub / github.com/parse-community/parse-server / find

Method find

src/Adapters/Storage/StorageAdapter.js:91–91  ·  view source on GitHub ↗
(
    className: string,
    schema: SchemaType,
    query: QueryType,
    options: QueryOptions
  )

Source from the content-addressed store, hash-verified

89 transactionalSession: ?any
90 ): Promise<any>;
91 find(
92 className: string,
93 schema: SchemaType,
94 query: QueryType,

Callers 15

benchmarkSimpleQueryFunction · 0.65
benchmarkQueryRegexFunction · 0.65
getAuthForSessionTokenFunction · 0.65
findUsersWithAuthDataFunction · 0.65
batchFunction · 0.65
RestWrite.jsFile · 0.65
batchFunction · 0.65
RestQuery.jsFile · 0.65

Implementers 2

MongoStorageAdaptersrc/Adapters/Storage/Mongo/MongoStorag
PostgresStorageAdaptersrc/Adapters/Storage/Postgres/Postgres

Calls

no outgoing calls

Tested by 5

execTestFunction · 0.52
testFunction · 0.52
successFunction · 0.52
actionFindFunction · 0.52
deleteRequestEntryFunction · 0.52