(dbName: string, metaKeys: string[])
| 20 | updateEvent = new SlotEvent<JSONDBEvent>(); |
| 21 | |
| 22 | constructor(dbName: string, metaKeys: string[]) { |
| 23 | this.dbName = dbName; |
| 24 | this.metaKeys = metaKeys |
| 25 | } |
| 26 | |
| 27 | static serve = serve; |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected