()
| 6 | // top-level properties, which is enough for the core ShareDB tests on |
| 7 | // query subscription updating. |
| 8 | function BasicQueryableMemoryDB() { |
| 9 | MemoryDB.apply(this, arguments); |
| 10 | } |
| 11 | BasicQueryableMemoryDB.prototype = Object.create(MemoryDB.prototype); |
| 12 | BasicQueryableMemoryDB.prototype.constructor = BasicQueryableMemoryDB; |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…