()
| 25 | }, |
| 26 | |
| 27 | toString() { |
| 28 | return _baseToString.call(this.__array.map(subdoc => { |
| 29 | if (subdoc?.$__ != null) { |
| 30 | return subdoc.toString(); |
| 31 | } |
| 32 | return subdoc; |
| 33 | })); |
| 34 | }, |
| 35 | |
| 36 | /*! |
| 37 | * ignore |
nothing calls this directly
no test coverage detected
searching dependent graphs…