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

Method count

src/Adapters/Storage/StorageAdapter.js:106–106  ·  view source on GitHub ↗
(
    className: string,
    schema: SchemaType,
    query: QueryType,
    readPreference?: string,
    estimate?: boolean,
    hint?: mixed,
    comment?: string
  )

Source from the content-addressed store, hash-verified

104 ): Promise<any>;
105 ensureUniqueness(className: string, schema: SchemaType, fieldNames: Array<string>): Promise<void>;
106 count(
107 className: string,
108 schema: SchemaType,
109 query: QueryType,

Callers 15

countMethod · 0.65
findMethod · 0.65
deleteSchemaMethod · 0.65
CloudCode.spec.jsFile · 0.65
PushWorker.spec.jsFile · 0.65
Parse.Push.spec.jsFile · 0.65
Schema.spec.jsFile · 0.65
ParseUser.spec.jsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

actionCountFunction · 0.52