MCPcopy Index your code
hub / github.com/share/sharedb / BasicQueryableMemoryDB

Function BasicQueryableMemoryDB

test/BasicQueryableMemoryDB.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6// top-level properties, which is enough for the core ShareDB tests on
7// query subscription updating.
8function BasicQueryableMemoryDB() {
9 MemoryDB.apply(this, arguments);
10}
11BasicQueryableMemoryDB.prototype = Object.create(MemoryDB.prototype);
12BasicQueryableMemoryDB.prototype.constructor = BasicQueryableMemoryDB;
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…