sharing WIP

This commit is contained in:
zadam
2021-10-16 22:13:34 +02:00
parent 2cc4367b37
commit a14aa461ca
8 changed files with 1234 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
const sql = require("../services/sql.js");
const NoteSet = require("../services/search/note_set");
/**
* Becca is a backend cache of all notes, branches and attributes. There's a similar frontend cache Froca.
*/
class Becca {
constructor() {
this.reset();