MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / isCollection

Method isCollection

packages/core/src/utils/Utils.ts:807–809  ·  view source on GitHub ↗
(item: any)

Source from the content-addressed store, hash-verified

805 }
806
807 static isCollection<T extends object, O extends object = object>(item: any): item is Collection<T, O> {
808 return Collection.isCollection(item);
809 }
810
811 // FNV-1a 64-bit
812 static hash(data: string, length?: number): string {

Callers 14

propagatePopulateHintMethod · 0.45
propagateMethod · 0.45
processPropertyMethod · 0.45
processPropertyMethod · 0.45
removeMethod · 0.45
unsetIdentityMethod · 0.45
processReferenceMethod · 0.45
fixMissingReferenceMethod · 0.45
findExtraUpdatesMethod · 0.45
processPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected