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

Method SearchTable

sql/searchtable.cpp:32–35  ·  view source on GitHub ↗

Default constructor

Source from the content-addressed store, hash-verified

30
31// Default constructor
32SearchTable::SearchTable(DatabaseConnection *db)
33{
34 this->db = db;
35}
36
37
38// Get the LIDs for all searches

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected