| 219 | private db: any = null; |
| 220 | private dbPath: string; |
| 221 | |
| 222 | constructor() { |
| 223 | const assetsDir = createDirectoryInAssets("sendat"); |
| 224 | this.dbPath = path.join(assetsDir, "tasks.json"); |
nothing calls this directly
no outgoing calls
no test coverage detected