(attData, cb)
| 4838 | |
| 4839 | // in Node, we store the buffer directly |
| 4840 | function prepareAttachmentForStorage(attData, cb) { |
| 4841 | cb(attData); |
| 4842 | } |
| 4843 | |
| 4844 | function createEmptyBlobOrBuffer(type) { |
| 4845 | return typedBuffer('', 'binary', type); |
no outgoing calls
no test coverage detected
searching dependent graphs…