Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ DB
Method
DB
libraries/lib-project-file-io/SqliteSampleBlock.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
/*! @post return value is not null */
109
DBConnection *Conn() const;
110
sqlite3 *DB() const
111
{
112
return Conn()->DB();
113
}
114
115
friend SqliteSampleBlockFactory;
116
Callers
4
GetBlob
Method · 0.45
Load
Method · 0.45
Commit
Method · 0.45
Delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected