MCPcopy Create free account
hub / github.com/Automattic/mongoose /

Class

types/schematypes.d.ts:504–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 }
503
504 class DocumentArray extends SchemaType implements AcceptsDiscriminator {
505 /** This schema type's name, to defend against minifiers that mangle function names. */
506 static schemaName: 'DocumentArray';
507 readonly schemaName: 'DocumentArray';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected