Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ SharedNotebookTable
Method
SharedNotebookTable
sql/sharednotebooktable.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
extern Global global;
28
29
SharedNotebookTable::SharedNotebookTable(DatabaseConnection *db)
30
{
31
this->db = db;
32
}
33
34
35
// Given the notebook ID, return the LID
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected