(f)
| 4033 | PouchDB.version = version; |
| 4034 | |
| 4035 | function isFunction(f) { |
| 4036 | return 'function' === typeof f; |
| 4037 | } |
| 4038 | |
| 4039 | function getPrefix(db) { |
| 4040 | if (isFunction(db.prefix)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…