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

Function Subdocument

test/types.documentarray.test.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23function TestDoc(schema) {
24 const Subdocument = function() {
25 ArraySubdocument.call(this, {}, new DocumentArray());
26 };
27
28 /**
29 * Inherits from ArraySubdocument.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected