()
| 22 | |
| 23 | function TestDoc(schema) { |
| 24 | const Subdocument = function() { |
| 25 | ArraySubdocument.call(this, {}, new DocumentArray()); |
| 26 | }; |
| 27 | |
| 28 | /** |
| 29 | * Inherits from ArraySubdocument. |
nothing calls this directly
no outgoing calls
no test coverage detected