(doc)
| 384 | */ |
| 385 | |
| 386 | function _transformForAsyncIterator(doc) { |
| 387 | return doc == null ? { done: true } : { value: doc, done: false }; |
| 388 | } |
| 389 | |
| 390 | /** |
| 391 | * Get the next doc from the underlying cursor and mongooseify it |
nothing calls this directly
no outgoing calls
no test coverage detected