(op, prefix)
| 4057 | } |
| 4058 | |
| 4059 | function addEncodings(op, prefix) { |
| 4060 | if (prefix && prefix.options) { |
| 4061 | op.keyEncoding = |
| 4062 | op.keyEncoding || prefix.options.keyEncoding; |
| 4063 | op.valueEncoding = |
| 4064 | op.valueEncoding || prefix.options.valueEncoding; |
| 4065 | } |
| 4066 | return op; |
| 4067 | } |
| 4068 | |
| 4069 | db.open(function () { /* no-op */}); |
| 4070 |
no outgoing calls
no test coverage detected
searching dependent graphs…