MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / LinkedNotebookTable

Method LinkedNotebookTable

sql/linkednotebooktable.cpp:31–34  ·  view source on GitHub ↗

Generic constructor

Source from the content-addressed store, hash-verified

29
30// Generic constructor
31LinkedNotebookTable::LinkedNotebookTable(DatabaseConnection *db)
32{
33 this->db = db;
34}
35
36
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected